Returns the upper range value for a constraint equation.

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

Syntax

C#
public virtual double GetUpperRange(
	int iRow
)
Visual Basic (Declaration)
Public Overridable Function GetUpperRange ( _
	iRow As Integer _
) As Double
Visual C++
public:
virtual double GetUpperRange(
	int iRow
)

Parameters

iRow
Type: System..::.Int32
An int specifying the row number of the equation.

Return Value

A double containing the row number of the equation.

See Also