ComplexMathArg(Complex) Method |
The argument value (also called phase) of a complex number.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Arg(
Complex c
)
Parameters
- c Complex
- The complex number.
Return Value
DoubleThe argument (also called phase) of the complex number.
Remarks Only for completeness, you can also use
See Also