IMSL C# Numerical Library

Complex Constructor

Constructs a Complex object.

Overload List

Constructs a Complex equal to the argument.

public Complex(Complex);

Constructs a Complex with a zero imaginary part.

public Complex(double);

Constructs a Complex with real and imaginary parts given by the input arguments.

public Complex(double,double);

See Also

Complex Class | Imsl.Math Namespace