Click or drag to resize

ComplexMathArgument2(Complex) Method

Calculates the 2-argument (phase) of a complex value.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double Argument2(
	Complex value
)

Parameters

value  Complex
The complex value.

Return Value

Double
The phase computed using Atan2(Double, Double).
See Also