Returns the real part of a Complex object.

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

Syntax

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

Parameters

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

Return Value

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

See Also