Raise this Complex32 to the given value.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Complex32 Power(
Complex32 exponent
)
Parameters
- exponent Complex32
-
The exponent.
Return Value
Complex32
The complex number raised to the given exponent.
See Also