Returns the value of one number divided by another number.
Overload List
Name | Description | |
---|---|---|
![]() ![]() | Division(Complex, Complex) |
Returns the result of a Complex object divided by a
Complex object, x/y.
|
![]() ![]() | Division(Complex, Double) |
Returns the result of a Complex object divided by a
double, x/y.
|
![]() ![]() | Division(Double, Complex) |
Returns the result of a double divided by a Complex
object, x/y.
|