Initializing help system before first use

setTerm Method

Overload List
  Name Description
Public methodCode example setTerm(Double)
Adds a new numeric term to an XPRB expression.
Public methodCode example setTerm(Double, XPRBvar)
Adds a new term to an XPRB expression.
Public methodCode example setTerm(XPRBvar, Double)
Adds a new term to an XPRB expression.
Public methodCode example setTerm(Double, XPRBvar, XPRBvar)
Set a new term in the XPRB expression.
Public methodCode example setTerm(XPRBvar, XPRBvar, Double)
Set a new term in the XPRB expression.
Top
See Also