mul Method
| Name | Description | |
|---|---|---|
| mul(Double) |
Multiplies the XPRB expression by a coefficient d.
|
|
| mul(XPRBexpr) |
Multiply the XPRBexpr by another XPRBexpr.
|
|
| mul(Double, XPRBexpr) |
Multiplies an XPRB expression by a coefficient d.
|
|
| mul(XPRBexpr, XPRBexpr) |
Multiplies one XPRB expression by another.
|
|
| mul(XPRBexpr, Double) |
Multiplies an XPRB expression by a coefficient d.
|
|
| mul(XPRBterm, XPRBterm) |
Multiply two XPRBterms together to create an XPRBexpr.
|
