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