|
XMatREAL64Alloc Method
|
행렬의 크기로 배열의 메모리를 할당한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic bool Alloc(
int nRowSize,
int nColumnSize
)
Parameters
- nRowSize Int32
- 열의 크기
- nColumnSize Int32
- 행의 크기
Return Value
Boolean
See Also