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

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

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