Returns the absolute value (modulus) of a
Complex,
.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double Abs(
Complex z
)
Public Shared Function Abs (
z As Complex
) As Double
public:
static double Abs(
Complex z
)
static member Abs :
z : Complex -> float
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