Click or drag to resize
XDL

XAngleSubtraction Operator (XAngle, XAngle)

첫번째 피연산자인 XAngle객체와 두번째 피연산자인 XAngle객체간의 차를 수행하여 XAngle객체를 반환한다.

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

Parameters

a
Type: Pixoneer.NXDLXAngle
첫번째 피연산자(XAngle).
b
Type: Pixoneer.NXDLXAngle
두번째 피연산자(XAgnle).

Return Value

Type: XAngle
XAngle 객체.
See Also