BigIntegerStatic: SetBit |
Sets the specified bit of the BigInteger instance to 1.
Public Function SetBit( ByVal Value As BigInteger, ByVal Bit As Long ) As BigInteger
If the bit specified is larger than the current instance of the BigInteger value, then the new value will be extended to include the bit being set.
Values of Nothing will be treated as zero.