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