Initializing help system before first use

setRange Method

Sets the constraint range.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public int setRange(
	double low,
	double up
)

Parameters

low
Type:  SystemDouble
The double lower range value.
up
Type:  SystemDouble
The double upper range value.

Return Value

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