TBits.NotBits
Performs a not operation on the bits.
Declaration
Source position: classesh.inc line 410
public
procedure NotBits(BitSet: TBits);
Description
NotBits performs a not operation on the bits in the array with the bits of array Bitset.
If BitSet contains less bits than the current array, then all bits which have no counterpart in BitSet are left untouched.
Errors
None.
See also
Name | Description |
---|---|
andBits | Performs an and operation on the bits. |
ClearAll | Clears all bits in the array. |
OrBits | Performs an or operation on the bits. |
XOrBits | Performs a xor operation on the bits. |