Click or drag to resize
XDL

XAngleDivision 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