| BigIntegerStatic: ShiftLeft |
Performs a left shift operation on the BigInteger instance.
Public Function ShiftLeft( ByVal x As BigInteger, ByVal bitCount As Long ) As BigInteger
If bitCount is negative, then a right shift is performed.
Values of Nothing will be treated as zero.
Project VBCorLib Overview Class BigIntegerStatic Overview BigIntegerStatic Properties BigIntegerStatic Methods SetBit ShiftRight