IMSL C# Numerical Library

Complex.Real Method (Complex)

Returns the real part of a Complex object.

public static double Real(
   Complex z
);

Parameters

z
A Complex object.

Return Value

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

See Also

Complex Class | Imsl.Math Namespace | Complex.Real Overload List