| ComplexSubtraction Operator |
| Name | Description | |
|---|---|---|
| Subtraction(Double, Complex) |
Returns the difference of a double and a Complex
object, x-y.
| |
| Subtraction(Complex, Complex) |
Returns the difference of two Complex objects, x-y.
| |
| Subtraction(Complex, Double) |
Returns the difference of a Complex object and a
double, x-y.
|