Click or drag to resize
ComplexAddition Operator
Returns the sum of two numbers.
Overload List
  NameDescription
Public operatorStatic memberAddition(Double, Complex)
Returns the sum of a double and a Complex, x+y.
Public operatorStatic memberAddition(Complex, Complex)
Returns the sum of two Complex objects, x+y.
Public operatorStatic memberAddition(Complex, Double)
Returns the sum of a Complex and a double, x+y.
Top
See Also