Language Reference Guide : 4. System Classes : IntegerObject Class : BitAndNot Method
 
Share this page                  
BitAndNot Method
The BitAndNot method returns the result of a bitwise AND operation between the value of the IntegerObject and the result of a bitwise NOT operation (all bits inverted) on the value given as argument. This method is provided as a convenience for masking operations.
This method has the following syntax:
integer8 = IntegerObject.BitAndNot(value = integer8);
This method has the following parameter:
value
(Required) Specifies the value of the bitwise ANDNOT operation argument