ClearBit
Clears the specified bit of the BigInteger instance to 0.
Public Function ClearBit(
ByVal Value As BigInteger,
ByVal Bit As Long ) As BigInteger
Parameters
- Value
-
[ByVal]
BigInteger.
The BigInteger value to clear the bit on.
- Bit
-
[ByVal]
Long.
The bit to be set to 0.
Return Values
BigInteger - A new BigInteger value with the bit set to 0.
Values of Nothing will be treated as zero.
See Also
Project CorLib Overview
Class BigIntegerStatic Overview