setTerm Method (Double, XPRBvar)
  Adds a new term to an XPRB expression. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0
Parameters
- val
 - 
   Type: 
   SystemDouble
   
The double to form the coefficient of the new term. - var
 - 
   Type: 
   BCLXPRBvar
   
The XPRBvar to form one part of the new term. 
Return Value
Type: XPRBexprThe XPRBexpr expression containing the new term.
 xbrecurs.cs in the Advanced Examples folder.
