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