Click or drag to resize

ComplexMathArgument2(Complex32) 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 float Argument2(
	Complex32 value
)

Parameters

value  Complex32
The complex value.

Return Value

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