Language Reference Guide
>
Language Reference Guide
>
System Classes
>
IntegerObject Class
>
BitNot Method
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: 12/20/2023
This site works best with JavaScript enabled