Sets the upper limit of the constraints.

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

Syntax

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

Parameters

upperLimit
Type: array< System..::.Double >[]()[]
A double array containing the upper limit, b_u
            , of the constraints that have both the lower and the upper bounds.

See Also