[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Performs an oroperation on the bits.
Source position: classesh.inc line 274
public procedure TBits.OrBits( |
BitSet: TBits |
); |
andbitsperforms an oroperation 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.
If the current array contains less bits than BitSetthen it is grown to the size of BitSetbefore the oroperation is performed.
None.
|
Clears all bits in the array. |
|
|
Performs an andoperation on the bits. |
|
|
Performs a xoroperation on the bits. |
|
|
Performs a notoperation on the bits. |