Subtraction Operator (XPRBvar, Double)
  Subtract a double from an XPRBvar. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0
 Syntax
Syntax
Parameters
- v1
- 
   Type: 
   BCLXPRBvar
   
 The XPRBvar to subtract from.
- d2
- 
   Type: 
   SystemDouble
   
 The double to be subtracted.
Return Value
Type: XPRBexprThe resultant XPRBexpr.
 Examples
Examples
  XPRBvar var = new XPRBvar("Variable1"); XPRBexpr exp; ... exp = var-9.6; 
 See Also
See Also
 
