setTerm Method (XPRBvar, Double)
This sets a term in 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.14.0

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.

xbexpl.cs in the Introductory Examples folder and xbrecurs.cs in the Advanced Examples folder.
