IMSL C# Numerical Library

Complex.Imag Method

Returns the imaginary part of a Complex object.

Overload List

Returns the imaginary part of a Complex object.

public double Imag();

Returns the imaginary part of a Complex object.

public static double Imag(Complex);

See Also

Complex Class | Imsl.Math Namespace