BigIntegerStatic: ClearBit

ClearBit

Clears the specified bit of the BigInteger instance to 0.



 Public Function ClearBit(
	  ByVal x As BigInteger,
	  ByVal bit As Long ) As BigInteger

Parameters

x
[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.

Remarks

See Also

Project VBCorLib Overview Class BigIntegerStatic Overview BigIntegerStatic Properties BigIntegerStatic Methods AndNotBits Compare