Represents the exponentiation operator.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
C# does not support this operator.
Visual Basic does not support this operator.
Managed C++ does not support this operator.
F# does not support this operator.
Parameters
- self
- Type: Extreme.MathematicsBigFloat
The base. - exponent
- Type: Extreme.MathematicsBigFloat
The exponent.
Return Value
Type:
BigFloatself raised to the power
exponent.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference