Click or drag to resize
ComplexAdd Method
Returns the sum of two numbers.
Overload List
  NameDescription
Public methodStatic memberAdd(Double, Complex)
Returns the sum of a double and a Complex, x+y.
Public methodStatic memberAdd(Complex, Complex)
Returns the sum of two Complex objects, x+y.
Public methodStatic memberAdd(Complex, Double)
Returns the sum of a Complex and a double, x+y.
Top
See Also