Click or drag to resize
XDL

XMatREAL64Alloc Method

행렬의 크기로 배열의 메모리를 할당한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public bool Alloc(
	int nRowSize,
	int nColumnSize
)

Parameters

nRowSize  Int32
열의 크기
nColumnSize  Int32
행의 크기

Return Value

Boolean
See Also