Gets the phase or argument of this Complex32.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public float Phase { get; }
Return Value
SingleThe phase or argument of this
Complex32Remarks
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