Multiply Operator (Double, XPRBvar)
Multiply an XPRBvar by a double.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0

Parameters
- d
-
Type:
SystemDouble
The double to multiply by. - v
-
Type:
BCLXPRBvar
The XPRBvar to multiply.
Return Value
Type: XPRBtermThe resultant XPRBterm.

XPRBvar var = new XPRBvar("Variable1"); XPRBterm term; ... term = 2.9*var;
