DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
2-Dimensional Arrays
Dynamic Arrays
Integer
ResizeInt2DArray
See also:
Resize2DArray
,
ResizeBool2DArray
,
ResizeStr1DArray
,
Resize1DArray
Index
Statistical Background
ResizeInt2DArray
Declaration:
ResizeInt2DArray
(var Mat:
TInt2DArray
; SizeX, SizeY: integer);
Resizes the two-dimensional dynamic array
Mat
to the size
SizeX
x
SizeY
. Please note that dynamic arrays have 0-based indices.