Big Integer.Exponent Operator
Represents the exponentiation operator.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
self raised to the power exponent.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Parameters
- self BigInteger
- The base.
- exponent Int32
- The exponent.
Return Value
BigIntegerself raised to the power exponent.