|  | Double | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | DoubleComplex(Double) | Constructs a DoubleComplex instance with the specified real part. The imaginary part is set to 0.0. | 
|  | DoubleComplex(FloatComplex) | Constructs a DoubleComplex instance from a FloatComplex instance. | 
|  | DoubleComplex(Single) | Constructs a DoubleComplex instance with the specified real part. The imaginary part is set to 0.0. | 
|  | DoubleComplex(String) | Constructs a DoubleComplex instance from a string representation of the form real,imag or (real,imag). | 
|  | DoubleComplex(Double, Double) | Constructs a DoubleComplex instance with the specified real and imaginary parts. | 
|  | DoubleComplex(Single, Single) | Constructs a DoubleComplex instance with the specified real and imaginary parts. | 
|  | DoubleComplex(String, NumberStyles) | Constructs a new DoubleComplex instance from a given string representation using the specified style. | 
 See Also
See Also