MPSReaderGetLowerRange Method |
Returns the lower range value for a constraint equation.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double GetLowerRange(
int iRow
)
Public Overridable Function GetLowerRange (
iRow As Integer
) As Double
public:
virtual double GetLowerRange(
int iRow
)
abstract GetLowerRange :
iRow : int -> float
override GetLowerRange :
iRow : int -> float
Parameters
- iRow
- Type: SystemInt32
An int specifying the row number of the equation.
Return Value
Type:
Double
A
double containing the lower range value for a constraint
equation.
See Also