BigIntegerStatic: Pow

Pow

Raise a base value to the specified power.



 Public Function Pow(
	  ByVal baseValue As BigInteger,
	  ByVal exponent As BigInteger ) As BigInteger

Parameters

baseValue
[ByVal] BigInteger. The value to be raised to a specified power.
exponent
[ByVal] BigInteger. 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 VBCorLib Overview Class BigIntegerStatic Overview BigIntegerStatic Properties BigIntegerStatic Methods Parse Randomize