Represents the exponentiation operator.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
C# does not support this operator.
Public Shared Operator ^ (
self As BigInteger,
exponent As Integer
) As BigInteger
Managed C++ does not support this operator.
F# does not support this operator.
Parameters
- self
- Type: Extreme.MathematicsBigInteger
The base. - exponent
- Type: SystemInt32
The exponent.
Return Value
Type:
BigIntegerself raised to the power
exponent.
Reference