IMSL C# Numerical Library

Complex.Imag Method (Complex)

Returns the imaginary part of a Complex object.

public static double Imag(
   Complex z
);

Parameters

z
A Complex object.

Return Value

A double representing the imaginary part of the Complex object, z.

See Also

Complex Class | Imsl.Math Namespace | Complex.Imag Overload List