| ComplexDivide Method |
| Name | Description | |
|---|---|---|
| Divide(Double, Complex) |
Returns the result of a double divided by a Complex
object, x/y.
| |
| Divide(Complex, Complex) |
Returns the result of a Complex object divided by a
Complex object, x/y.
| |
| Divide(Complex, Double) |
Returns the result of a Complex object divided by a
double, x/y.
|