IMSL C# Numerical Library

Complex.Real Method ()

Returns the real part of a Complex object.

public double Real();

Return Value

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

See Also

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