Click or drag to resize

ComplexMathArg(Complex32) Method

The argument value (also called phase) of a complex number.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Arg(
	Complex32 c
)

Parameters

c  Complex32
The complex number.

Return Value

Double
The argument (also called phase) of the complex number.
Remarks
Only for completeness, you can also use
C#
c.GetArgument()
See Also