Initializing help system before first use

XPRBctr Operators

Operators
  Name Description
Public operatorStatic memberCode example Addition(XPRBctr, XPRBexpr)
Add an XPRBexpr to a constraint.
Public operatorStatic memberCode example Addition(XPRBctr, XPRBterm)
Add an XPRBterm to a constraint.
Public operatorStatic memberCode example Addition(XPRBctr, XPRBvar)
Add an XPRBvar to a constraint.
Public operatorStatic memberCode example Addition(XPRBctr, Double)
Add a double to a constraint.
Public operatorStatic memberCode example Subtraction(XPRBctr, XPRBexpr)
Subtract an XPRBexpr from a constraint.
Public operatorStatic memberCode example Subtraction(XPRBctr, XPRBterm)
Subtract an XPRBterm from a constraint.
Public operatorStatic memberCode example Subtraction(XPRBctr, XPRBvar)
Subtract an XPRBvar from a constraint.
Public operatorStatic memberCode example Subtraction(XPRBctr, Double)
Subtract a double from a constraint.
Top
See Also