Click or drag to resize
XDL

XVertex4dMultiply Operator (XVertex4d, Double)

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

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

Parameters

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

Return Value

Type: XVertex4d
XVertex4d 객체
See Also