Language Reference Guide
:
4. System Classes
:
IntegerObject Class
: BitNot Method
Share this page
BitNot Method
The BitNot method returns the result of a bitwise NOT operation on the value of the IntegerObject. All bits get inverted (flipped).
This method has the following syntax:
integer8
=
IntegerObject
.BitNot();