ComplexMathArgument(Complex) Method |
Calculate the complex argument of a complex type. Also commonly referred to as the phase.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Argument(
Complex value
)
Parameters
- value Complex
- The complex number.
Return Value
DoubleThe phase angle of the complex number.
See Also