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