Overload List

  NameDescription
DoubleComplex(FloatComplex)
Constructs a DoubleComplex instance from a FloatComplex instance.
DoubleComplex(Double)
Constructs a DoubleComplex instance with the specified real part. The imaginary part is set to 0.0.
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