Initializing help system before first use

setTerm Method (Double, XPRBvar)

Adds a new term to an XPRB expression.

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

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