Initializing help system before first use

mul Method

Overload List
  Name Description
Public methodCode example mul(Double)
Multiplies the XPRB expression by a coefficient d.
Public method mul(XPRBexpr)
Multiply the XPRBexpr by another XPRBexpr.
Public methodCode example mul(Double, XPRBexpr)
Multiplies an XPRB expression by a coefficient d.
Public methodCode example mul(XPRBexpr, XPRBexpr)
Multiplies one XPRB expression by another.
Public methodCode example mul(XPRBexpr, Double)
Multiplies an XPRB expression by a coefficient d.
Public methodCode example mul(XPRBterm, XPRBterm)
Multiply two XPRBterms together to create an XPRBexpr.
Top
See Also