BigInteger: Pow

Pow

Raises the BigInteger value to the specified power.



 Public Function Pow(
	  ByVal exponent As BigInteger ) As BigInteger

Parameters

exponent
[ByVal] BigInteger. The value to raise the BigInteger value to.

Return Values

BigInteger -  Returns the BigInteger value raised to the specified power.

Remarks

See Also

Project VBCorLib Overview Class BigInteger Overview BigInteger Properties BigInteger Methods OrBits Precision (get)