Click or drag to resize
Complex Constructor
Constructs a Complex object.
Overload List
  NameDescription
Public methodComplex(Double)
Constructs a Complex with a zero imaginary part.
Public methodComplex(Complex)
Constructs a Complex equal to the argument.
Public methodComplex(Double, Double)
Constructs a Complex with real and imaginary parts given by the input arguments.
Top
See Also