Returns the sum of two numbers.
Overload List
Name | Description | |
---|---|---|
![]() ![]() | Addition(Complex, Complex) |
Returns the sum of two Complex objects, x+y.
|
![]() ![]() | Addition(Complex, Double) |
Returns the sum of a Complex and a double, x+y.
|
![]() ![]() | Addition(Double, Complex) |
Returns the sum of a double and a Complex, x+y.
|