Gets the phase or argument of this Complex32.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic float Phase { get; }
Return Value
SingleThe phase or argument of this
Complex32
Remarks
Phase always returns a value bigger than negative Pi and
smaller or equal to Pi. If this Complex32 is zero, the Complex32
is assumed to be positive real with an argument of zero.
See Also