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


Resize1DArray

Declaration: Resize1DArray (var Vec: TDoubleArray; Size: integer);
Resizes the vector (one-dimensional dynamic array) Vec to the size Size. Please note that dynamic arrays have 0-based indices.

Hint: The procedure Resize1DArray is equivalent to the procedure SetLength.