Click or drag to resize

Complex32Phase Property

Gets the phase or argument of this Complex32.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public float Phase { get; }

Return Value

Single
The 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