Click or drag to resize
XDL

XAngleDivision 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