Represents the exponentiation operator.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.MathematicsComplexT
The base. - exponent
- Type: SystemInt32
The exponent.
Return Value
Type:
ComplexTself raised to the power
exponent.
Reference