Sets the upper bounds on the variables.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public void SetXupperBound(
	double[] upper
)
Visual Basic (Declaration)
Public Sub SetXupperBound ( _
	upper As Double() _
)
Visual C++
public:
void SetXupperBound(
	array<double>^ upper
)

Parameters

upper
Type: array< System..::.Double >[]()[]
A double array specifying the upper bounds on the variables.

Remarks

By default, the elements of this array are set to 1.79e308.

See Also