Click or drag to resize
XDL

XVertex3dMultiply Operator (Double, XVertex3d)

첫번째 피연산자인 double형의 값과 두번째 피연산자인 XVertex3d객체를 곱해서 새로운 XVertex3d 객체로 반환한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public static XVertex3d operator *(
	double times,
	XVertex3d v1
)

Parameters

times
Type: SystemDouble
첫번째 피연산자
v1
Type: Pixoneer.NXDLXVertex3d
두번째 피연산자

Return Value

Type: XVertex3d
XVertex3d 객체
See Also