Phase value of the complex number.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public double Phase { get; }

Remarks

Phase of the complex number, which equals to Atan( Im / Re ).

See Also