| Icon | Member | Description |
|---|---|---|
| Complex()()() |
Default constuctor, creates a complex number 0 + 0i.
| |
| Complex(Double) |
Overload to construct a complex number with only the real portion set. (imaginary is 0)
| |
| Complex(Int32) |
Overload to construct a complex number with only the real portion set. (imaginary is 0)
| |
| Complex(Double, Double) |
Overloaded constructor to create the complex number specified
| |
| Complex(Complex) |
Construct a new complex number as a deep copy of an existing one
|