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
ToggleBit
See also:
Bit
,
Invert
Index
Statistical Background
ToggleBit
Declaration:
TBitFld
.
ToggleBit
(ix: longint);
The bit with index
ix
is inverted. If
ix
holds an invalid value, no action is performed.
ix
may take any value between 0 and
Size
.