IMSL C# Numerical Library

Complex Constructor (Double)

Constructs a Complex with a zero imaginary part.

public Complex(
   double re
);

Parameters

re
A double value equal to the real part of the Complex object.

See Also

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