 | XAngleAddition Operator (XAngle, Double) |
첫번째 피연산자인 XAngle객체와 두번재 피연산자인 double 형의 Radian을 더한다.
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