Complex32Pow(Complex32, Complex32) Method |
Returns a specified complex number raised to a power specified by a complex number.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 Pow(
Complex32 value,
Complex32 power
)
Parameters
- value Complex32
- A complex number to be raised to a power.
- power Complex32
- A complex number that specifies a power.
Return Value
Complex32The complex number
value raised to the power
power.
See Also