Initializing help system before first use

Addition Operator

Overload List
  Name Description
Public operatorStatic memberCode example Addition(Double, XPRBexpr)
Add a double to an XPRBexpr.
Public operatorStatic memberCode example Addition(XPRBexpr, XPRBexpr)
Add one XPRBexpr to another.
Public operatorStatic memberCode example Addition(XPRBexpr, XPRBterm)
Add an XPRBterm to an XPRBexpr.
Public operatorStatic memberCode example Addition(XPRBexpr, XPRBvar)
Add an XPRBvar to an XPRBexpr.
Public operatorStatic memberCode example Addition(XPRBexpr, Double)
Add a double to an XPRBexpr.
Public operatorStatic memberCode example Addition(XPRBterm, XPRBexpr)
Add an XPRBterm to an XPRBexpr.
Public operatorStatic memberCode example Addition(XPRBvar, XPRBexpr)
Add an XPRBvar to an XPRBexpr.
Top
See Also