Click or drag to resize
XDL

XVertex4dMultiply Operator (Double, XVertex4d)

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

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

Parameters

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

Return Value

Type: XVertex4d
XVertex4d 객체
See Also