Initializing help system before first use

setUB Method

Sets the variable upper bound.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public int setUB(
	double val
)

Parameters

val
Type:  SystemDouble
Double upper bound value.

Return Value

Type:  Int32
0 on success.
Examples
xbdelv.cs, xbexpl.cs and xbpurch.cs in the Introductory Examples folder. xbcutstk.cs and xbfixbv.cs in the Advanced Examples folder. foliodata.cs, folioheur.cs, folioinit.cs, foliolp.cs, xbcutex.cs and xbexpl1.cs in the User's Guide Examples folder.
See Also