Initializing help system before first use

fix Method

Fix the variable bounds.

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

Parameters

val
Type:  SystemDouble
Double bounds value.

Return Value

Type:  Int32
0 on success.
Examples
xbcoco.cs and xbcoco3.cs in the Introductory Examples folder and xbfixbv.cs and xbrecurs.cs in the Advanced Examples folder.
See Also