Multiply Operator (XPRBvar, Double)
  Multiply an XPRBvar by a double. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- v
- 
   Type: 
   BCLXPRBvar
   
 The XPRBvar to multiply.
- d
- 
   Type: 
   SystemDouble
   
 The double to multiply by.
Return Value
Type: XPRBtermThe resultant XPRBterm.
 Examples
Examples
  XPRBvar var = new XPRBvar("Variable1"); XPRBterm term; ... term = var*2.9; 
 See Also
See Also
 
