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

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

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