Clears the specified bit of the BigInteger instance to 0.
Public Function ClearBit( ByVal Bit As Long ) As BigInteger
Bit is a zero-based index. The first bit is 0.
Project CorLib Overview
Class BigInteger Overview