| ComplexSubtract Method |
| Name | Description | |
|---|---|---|
| Subtract(Double, Complex) |
Returns the difference of a double and a Complex
object, x-y.
| |
| Subtract(Complex, Complex) |
Returns the difference of two Complex objects, x-y.
| |
| Subtract(Complex, Double) |
Returns the difference of a Complex object and a double, x-y.
|