MPSReaderGetUpperRange Method |
Returns the upper range value for a constraint equation.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double GetUpperRange(
int iRow
)
Public Overridable Function GetUpperRange (
iRow As Integer
) As Double
public:
virtual double GetUpperRange(
int iRow
)
abstract GetUpperRange :
iRow : int -> float
override GetUpperRange :
iRow : int -> float
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