Click or drag to resize
ComplexAbs Method
Returns the absolute value of this complex number, or angle/phase/argument. This quantity is also known as the Modulus or Magnitude.

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

Return Value

Type: Double
the absolute value of this complex number
See Also