addTerm Method (XPRBvar, Double)
  This adds a term to the XPRBctr constraint. The term can be constructed from an XPRBvar object, a double or a combination of the two. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- var
- 
   Type: 
   BCLXPRBvar
   
 The XPRBvar object which makes up one part of the term.
- val
- 
   Type: 
   SystemDouble
   
 The double which makes up the second part of the term.
Return Value
Type: Int320 on success.
 Examples
Examples
 xbexpl.cs in the Introductory Examples folder and foliolp.cs in the User's Guide Examples folder.
 See Also
See Also
 
