| BigInteger: ShiftLeft |
Performs a left shift operation on the BigInteger instance.
Public Function ShiftLeft( ByVal bitCount As Long ) As BigInteger
If bitCount is negative, then a right shift is performed.
Project VBCorLib Overview Class BigInteger Overview BigInteger Properties BigInteger Methods SetBit ShiftRight