Language Reference Guide : 4. System Classes : IntegerObject Class : BitClear Method
 
Share this page                  
BitClear Method
The BitClear method returns the value of the IntegerObject with the nth bit cleared (unset).
This method has the following syntax:
integer8 = IntegerObject.BitClear(n = smallint);
This method has the following parameter:
n
(Required) Specifies the index of the bit to be cleared (0 <= n <= 63). Bit indexing begins at 0, not 1. Bit 0 is the least significant bit.