Addition Operator (XPRBctr, Double)
  Add a double to a constraint. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- lhs
- 
   Type: 
   BCLXPRBctr
   
 The XPRBctr to be added to.
- d
- 
   Type: 
   SystemDouble
   
 The double to add.
Return Value
Type: XPRBctrThe modified XPRBctr.
 Examples
Examples
  XPRBctr ctr = new XPRBctr(); ... ctr = ctr+3.6; 
 See Also
See Also
 
