Initializing help system before first use

setLim Method

Sets the variable integer limit.

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

Parameters

val
Type:  SystemDouble
Double limit value.

Return Value

Type:  Int32
0 on success.
Examples
xbcontrl.cs and xbexpl.cs in the Introductory Examples folder and xbcontr1.cs, xbcontr2.cs and foliomip2.cs in the User's Guide Examples folder.
See Also