Initializing help system before first use

setLB Method

Sets the variable lower bound.

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

Parameters

val
Type:  SystemDouble
Double lower bound value.

Return Value

Type:  Int32
0 on success.
Examples
xbexpl.cs in the Introductory Examples folder, xbfixbv.cs in the Advanced Examples folder and folioheur.cs in the User's Guide Examples folder.
See Also