Initializing help system before first use

setTerm Method (XPRBvar, Double)

Adds a new term to an XPRB expression.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public XPRBexpr setTerm(
	XPRBvar var,
	double val
)

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:  XPRBexpr
The XPRBexpr expression containing the new term.
Examples
xbrecurs.cs in the Advanced Examples folder.
See Also