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