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

Bit is a zero-based index. The first bit is 0.

See Also

Project CorLib Overview

Class BigInteger Overview