Click or drag to resize
XDL

XMatREAL64Alloc Method

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

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

Parameters

nRowSize
Type: SystemInt32
열의 크기
nColumnSize
Type: SystemInt32
행의 크기

Return Value

Type: Boolean
See Also