Click or drag to resize
XDL

XMatREAL64(IntPtr) Constructor

XMatREAL64 객체를 생성하는 기본 생성자로, 외부 double형 배열 객체를 참조로 입력값을 초기화한다.
C++ 인터페이스.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 3.0.0.1
Syntax
C#
public XMatREAL64(
	IntPtr nativePtr
)

Parameters

nativePtr  IntPtr
초기화 인스턴스
See Also