Click or drag to resize
XDL

XAngleAbs Method

Static 함수로, XAngle값을 입력 받아 절대값 XAngle 객체를 반환한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public static XAngle Abs(
	XAngle Ang
)

Parameters

Ang
Type: Pixoneer.NXDLXAngle
[In] XAngle 객체.

Return Value

Type: XAngle
XAngle 객체.
See Also