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