Click or drag to resize

ComplexMathPolar(Complex) Method

Return the polar representation of a complex type.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Complex Polar(
	Complex value
)

Parameters

value  Complex
The complex number.

Return Value

Complex
A complex value whose real part is the modulus and whose imaginary part is the argument.
See Also