Initializing help system before first use

addTerm Method

Overload List
  Name Description
Public methodCode example addTerm(Double)
Add a term involving a sole double to the XPRB expression.
Public methodCode example addTerm(XPRBterm)
Add a term involving an XPRBter, to the XPRB expression/
Public methodCode example addTerm(XPRBvar)
Add a term involving a sole XPRBvar to the XPRB expression.
Public methodCode example addTerm(Double, XPRBvar)
Add a term involving an XPRBvar and double to the XPRB expression.
Public methodCode example addTerm(XPRBvar, Double)
Add a term involving an XPRBvar and double to the XPRB expression.
Public methodCode example addTerm(Double, XPRBvar, XPRBvar)
Add a term involving two XPRBvars and a double to the XPRB expression.
Public methodCode example addTerm(XPRBvar, XPRBvar, Double)
Add a term involving two XPRBvars and a double to the XPRB expression.
Top
See Also