Click or drag to resize
MPSReaderGetUpperRange Method
Returns the upper range value for a constraint equation.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double GetUpperRange(
	int iRow
)

Parameters

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

Return Value

Type: Double
A double containing the row number of the equation.
See Also