DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


ResizeBool2DArray

Declaration: ResizeBool2DArray (var Mat: TBool2DArray; SizeX, SizeY: integer);
Resizes the two-dimensional boolean array Mat to the size SizeX x SizeY. Please note that dynamic arrays have 0-based indices.