Returns the imaginary part of a Complex object.

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

Syntax

C#
public static double Imag(
	Complex z
)
Visual Basic (Declaration)
Public Shared Function Imag ( _
	z As Complex _
) As Double
Visual C++
public:
static double Imag(
	Complex z
)

Parameters

z
Type: Imsl.Math..::.Complex
A Complex object.

Return Value

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

See Also