Addition Operator (XPRBctr, Double)
Add a double to a constraint.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0

Parameters
- lhs
-
Type:
BCLXPRBctr
The XPRBctr to be added to. - d
-
Type:
SystemDouble
The double to add.
Return Value
Type: XPRBctrThe modified XPRBctr.

XPRBctr ctr = new XPRBctr(); ... ctr = ctr+3.6;
