DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
1-Dimensional Arrays
Boolean
BitFld
Methods
Clear
See also:
RandomFill
,
Invert
Index
Statistical Background
Clear
Declaration:
TBitFld
.
Clear
;
The method
Clear
resets all bits of the bit array to zero (FALSE) values.
Hint:
The method
Clear
is implicitly executed during the initialization of a bit array. Thus, a call to
Clear
is not necessary after creating a bit array.