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
TMatrix
Methods
FillSerial
See also:
Fill
Index
Statistical Background
FillSerial
Declaration:
TMatrix
.
FillSerial
(Offset, Diff: double);
The method
FillSerial
fills the matrix so that each cell holds a unique value, starting with
Offset
at the first cell and incremented by
Diff
for each subsequent cell.