Click or drag to resize
XDL

XAngleMultiply 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