Click or drag to resize
ComplexPhase Method
Returns the phase of this complex number. This quantity is also known as the Ange or Argument.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double Phase()

Return Value

Type: Double
the phase of this complex number, a real number between -pi and pi
See Also