加算

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

Syntax

C#
public static CFviAngle operator +(
	CFviAngle ope1,
	CFviAngle ope2
)
Visual Basic
Public Shared Operator + ( 
	ope1 As CFviAngle,
	ope2 As CFviAngle
) As CFviAngle

Parameters

ope1
Type: FVIL.Data..::..CFviAngle
左辺値
ope2
Type: FVIL.Data..::..CFviAngle
右辺値

Return Value

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

See Also