BigInteger.Exponentiation Operator

Represents the exponentiation operator.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
C# does not support this operator.

Parameters

self  BigInteger
The base.
exponent  Int32
The exponent.

Return Value

BigInteger
self raised to the power exponent.

See Also