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