DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


Invert

Declaration:TBitFld.Invert;
The method Invert inverts the whole bit array by applying the NOT operator to the bit array. Note, that any logical combination of two bit arrays can be created by using the methods Invert and CombineWith.

Hint: The usage of the method Invert is much faster than inverting every individual bit by using the method ToggleBit within a loop.