IMSL C# Numerical Library

Complex.Imag Method ()

Returns the imaginary part of a Complex object.

public double Imag();

Return Value

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

See Also

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