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 Complex(Of T),
exponent As Integer
) As Complex(Of T)
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