IMSL C# Numerical Library

Complex.Abs Method 

Returns the absolute value (modulus) of a Complex, |z|.

public static double Abs(
   Complex z
);

Parameters

z
A Complex object.

Return Value

A double value equal to the absolute value of the argument.

See Also

Complex Class | Imsl.Math Namespace