Returns the difference of two numbers.
Overload List
Name | Description | |
---|---|---|
![]() ![]() | 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.
|
![]() ![]() | Subtraction(Double, Complex) |
Returns the difference of a double and a Complex
object, x-y.
|