Addition Operator (XPRBvar, Double)
  Add a double to an XPRBvar. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- v1
- 
   Type: 
   BCLXPRBvar
   
 The XPRBvar to add to.
- d2
- 
   Type: 
   SystemDouble
   
 The double to be added.
Return Value
Type: XPRBexprThe resultant XPRBexpr.
 Examples
Examples
  XPRBvar var = new XPRBvar("Variable1"); XPRBexpr exp; ... exp = var+9.6; 
 See Also
See Also
 
