Returns the real part of a Complex object.

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

Syntax

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

Return Value

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

See Also