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
TDataTable
Methods
FillMarkedCells
See also:
Fill
Index
Statistical Background
FillMarkedCells
Declaration:
TDataTable
.
FillMarkedCells
(Value: double; StateMask: byte): integer;
The function
FillMarkedCells
fills all cells of the data table whose
cell state
match the parameter
StateMask
in at least one bit with the value
Value
. The function returns the number of cells which have been set to
Value
.