 | XAngleMultiply Operator (XAngle, Double) |
첫번재 피연산자인 XAngle 객체에 두번째 피연산자인 double 형의 Radian값을 곱하여 XAngle 객체를 반환 한다.
Namespace:
Pixoneer.NXDL
Assembly:
NXDL (in NXDL.dll) Version: 1.2.817.72
Syntaxpublic static XAngle operator *(
XAngle a,
double b
)
Parameters
- a
- Type: Pixoneer.NXDLXAngle
첫번째 피연산자(XAngle). - b
- Type: SystemDouble
두번째 피연산자(double형의 Radian값).
Return Value
Type:
XAngle XAngle 객체.
See Also