IMSL C# Numerical Library

Complex.Real Method

Returns the real part of a Complex object.

Overload List

Returns the real part of a Complex object.

public double Real();

Returns the real part of a Complex object.

public static double Real(Complex);

See Also

Complex Class | Imsl.Math Namespace