Overload List

  Name Description
AddOp(Complex, Complex)
AddOp(Complex, JepDouble)
AddOp(JepDouble, JepDouble)
AddOp(ArrayList, ArrayList)
AddOp(Object, Object)
Adds two numbers together. The parameters can be of type Number, Complex, or String. If a certain combination of types is not supported, an EvaluationException is thrown.

See Also