Constructs a Complex object.

Overload List

NameDescription
Complex(Complex)
Constructs a Complex equal to the argument.
Complex(Double)
Constructs a Complex with a zero imaginary part.
Complex(Double, Double)
Constructs a Complex with real and imaginary parts given by the input arguments.

See Also