ComplexAdd Method |
Name | Description | |
---|---|---|
Add(Double, Complex) |
Returns the sum of a double and a Complex, x+y.
| |
Add(Complex, Complex) |
Returns the sum of two Complex objects, x+y.
| |
Add(Complex, Double) |
Returns the sum of a Complex and a double, x+y.
|