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
FirstTrueBit
See also:
SelectRandomBit
,
MakeListOfBits
,
Bit
,
CountTrueBits
Index
Statistical Background
FirstTrueBit
Declaration:
TBitFld
.
FirstTrueBit
: integer;
The function
FirstTrueBit
returns the index of the first bit which is set to TRUE. If no bit is set TRUE the function returns a value of -1.