Click or drag to resize

FloatComplex Constructor

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