Click or drag to resize

Complex32Pow(Complex32, Single) Method

Returns a specified complex number raised to a power specified by a single-precision floating-point number.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex32 Pow(
	Complex32 value,
	float power
)

Parameters

value  Complex32
A complex number to be raised to a power.
power  Single
A single-precision floating-point number that specifies a power.

Return Value

Complex32
The complex number value raised to the power power.
See Also