Click or drag to resize
XDL

XAngleGreaterThan Operator

첫번째 피연자인 XAngle 객체와 두번째 피연자인 XAngle객체간의 크기 비교를 통해 첫번째 피연자인 XAngle 객체가 큰 경우 true를 반환한다. 그렇지 않으면 false를 반환한다.

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

Parameters

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

Return Value

Type: Boolean
대소 비교에 대한 결과.
See Also