Pow
Raises the BigInteger value to the specified power.
Public Function Pow(
ByVal Exponent As Long ) As BigInteger
Parameters
- Exponent
-
[ByVal]
Long.
The value to raise the BigInteger value to.
Return Values
BigInteger - Returns the BigInteger value raised to the specified power.
See Also
Project CorLib Overview
Class BigInteger Overview