Click or drag to resize
ComplexAbs Method
Returns the absolute value (modulus) of a Complex, |z|.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double Abs(
	Complex z
)

Parameters

z
Type: Imsl.MathComplex
A Complex object.

Return Value

Type: Double
A double value equal to the absolute value of the argument.
See Also