BigIntegerStatic: Pow

Pow

Raise a base value to the specified power.



 Public Function Pow(
	  ByVal Value As BigInteger,
	  ByVal Exponent As Long ) As BigInteger

Parameters

Value
[ByVal] BigInteger. The value to be raised to a specified power.
Exponent
[ByVal] Long. The power to raise the value to.

Return Values

BigInteger -  Returns the baseValue^exponent result.

Remarks

Values of Nothing are treated as zero.

See Also

Project CorLib Overview

Class BigIntegerStatic Overview