Returns the imaginary part of a Complex object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double Imag()
Visual Basic (Declaration)
Public Function Imag As Double
Visual C++
public:
double Imag()

Return Value

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

See Also