Click or drag to resize
XDL

XAngleAddition Operator (Double, XAngle)

첫번째 피연산자인 double형의 Radian값과 두번재 피연산자인 XAngle객체를 더하여 XAngle 객체를 반환한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public static XAngle operator +(
	double a,
	XAngle b
)

Parameters

a
Type: SystemDouble
첫번째 피연산자(double형의 Radian값).
b
Type: Pixoneer.NXDLXAngle
두번째 피연산자(XAgnle).

Return Value

Type: XAngle
XAngle 객체.
See Also