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