Subtraction Operator (Double, XPRBvar)
Subtract an XPRBvar from a double.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0

Parameters
- d2
-
Type:
SystemDouble
The double to subtract from. - v1
-
Type:
BCLXPRBvar
The XPRBvar to subtract.
Return Value
Type: XPRBexprThe resultant XPRBexpr.

XPRBvar var = new XPRBvar("Variable1"); XPRBexpr exp; ... exp = 3.9-var;
