Addition Operator (XPRBctr, XPRBexpr)
Add an XPRBexpr 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. - rhs
-
Type:
BCLXPRBexpr
The XPRBexpr to add.
Return Value
Type: XPRBctrThe modified XPRBctr.

XPRBctr ctr = new XPRBctr(); XPRBexpr exp = new XPRBexpr(); ... ctr = ctr+exp;
