| BigIntegerStatic: ModPow |
Performs a modulo on a BigInteger value raised to a power. b = (x^y) mod z.
Public Function ModPow( ByVal baseValue As BigInteger, ByVal exponent As BigInteger, ByVal m As BigInteger ) As BigInteger
Values of Nothing are treated as zero.
Project VBCorLib Overview Class BigIntegerStatic Overview BigIntegerStatic Properties BigIntegerStatic Methods MinusOne (get) Modulus