減算

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,
	F_DEDGE ope2
)
Visual Basic
Public Shared Operator - ( 
	ope1 As CFviPoint,
	ope2 As F_DEDGE
) As CFviPoint

Parameters

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

Return Value

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

See Also