setTerm Method (XPRBvar, Double)
Adds a new term to an XPRB expression.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0

Parameters
- var
-
Type:
BCLXPRBvar
The XPRBvar to form one part of the new term. - val
-
Type:
SystemDouble
The double to form the coefficient of the new term.
Return Value
Type: XPRBexprThe XPRBexpr expression containing the new term.

xbrecurs.cs in the Advanced Examples folder.
