Click or drag to resize

ComplexMathArgument(Complex32) Method

Calculate the complex argument of a complex type. Also commonly referred to as the phase.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static float Argument(
	Complex32 value
)

Parameters

value  Complex32
The complex number.

Return Value

Single
The phase angle of the complex number.
See Also