除算

Namespace: FVIL.Data
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
public static CFviPoint operator /(
	CFviPoint ope1,
	DPNT_T ope2
)
Visual Basic
Public Shared Operator / ( 
	ope1 As CFviPoint,
	ope2 As DPNT_T
) As CFviPoint

Parameters

ope1
Type: FVIL.Data..::..CFviPoint
左辺値
ope2
Type: fvalgcli..::..DPNT_T
右辺値

Return Value

Type: CFviPoint
左辺値と右辺値の除算結果を返します。

See Also