Addition Operator (XPRBvar, Double)
Add a double to an XPRBvar.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0

Parameters
- v1
-
Type:
BCLXPRBvar
The XPRBvar to add to. - d2
-
Type:
SystemDouble
The double to be added.
Return Value
Type: XPRBexprThe resultant XPRBexpr.

XPRBvar var = new XPRBvar("Variable1"); XPRBexpr exp; ... exp = var+9.6;
