["M:GPS.XYZ.op_Addition(GPS.XYZ,GPS.XYZ)" の為の説明文 <summary> が欠落しています。]

Namespace: GPS
Assembly: HeightBased2route (HeightBased2route.exe 内) バージョン: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static XYZ operator +(
	XYZ c1,
	XYZ c2
)
Visual Basic
Public Shared Operator + ( _
	c1 As XYZ, _
	c2 As XYZ _
) As XYZ
Visual C++
public:
static XYZ operator +(
	XYZ c1, 
	XYZ c2
)

Parameters

c1
Type: GPS..::..XYZ

["M:GPS.XYZ.op_Addition(GPS.XYZ,GPS.XYZ)" の為の説明文 <param name="c1"/> が欠落しています。]

c2
Type: GPS..::..XYZ

["M:GPS.XYZ.op_Addition(GPS.XYZ,GPS.XYZ)" の為の説明文 <param name="c2"/> が欠落しています。]

Return Value

["M:GPS.XYZ.op_Addition(GPS.XYZ,GPS.XYZ)" の為の説明文 <returns> が欠落しています。]

See Also

inserted by FC2 system