Click or drag to resize

DoubleComplex Constructor

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