[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Performs a notoperation on the bits.
Source position: classesh.inc line 276
public procedure TBits.NotBits( |
BitSet: TBits |
); |
NotBitsperforms a notoperation on the bits in the array with the bits of array Bitset.
If BitSetcontains less bits than the current array, then all bits which have no counterpart in BitSetare left untouched.
None.
|
Clears all bits in the array. |
|
|
Performs an andoperation on the bits. |
|
|
Performs an oroperation on the bits. |
|
|
Performs a xoroperation on the bits. |