Returns the lower range value for a constraint equation.

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

Syntax

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

Parameters

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

Return Value

A double containing the lower range value for a constraint equation.

See Also