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


Fill

Declaration: TDataTable.Fill (LowCol, HighCol, LowRow, HighRow: integer; Value: double);

The method Fill fills all elements of the data table in the rectangular region controlled by the parameters LowCol, HighCol, LowRow and HighRow by the constant value given by parameter Value.

Hint: Setting both the low and high parameter of a dimension (i.e. LowCol and HighCol) to zero values forces the method to use all elements of that dimension.