Was this helpful?
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();
Last modified date: 06/25/2024