BigInteger: ClearBit

ClearBit

Clears the specified bit of the BigInteger instance to 0.



 Public Function ClearBit(
	  ByVal bit As Long ) As BigInteger

Parameters

bit
[ByVal] Long. The bit to be set to 0.

Return Values

BigInteger -  A new BigInteger value with the bit set to 0.

Remarks

See Also

Project VBCorLib Overview Class BigInteger Overview BigInteger Properties BigInteger Methods AndNotBits CompareTo