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