BigInteger.Power Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Raises a big integer to the power of a specified value.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Power(BigInteger, BigInteger) Raises a big integer to the power of a big integer.
Public methodStatic member Power(BigInteger, BigInteger, BigInteger%) Raises a big integer to the power of a big integer, and stores the result.
Public methodStatic member Power(BigInteger, BigInteger, Rational%) Raises a big integer to the power of a big integer, and stores the result.

Top

See Also

Reference

BigInteger Structure

Microsoft.SolverFoundation.Common Namespace