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