Returns a row of the constraint matrix or a free row.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual MPSReader. Row GetRow(
int iRow
)
Public Overridable Function GetRow (
iRow As Integer
) As MPSReader.Row
public:
virtual MPSReader. Row^ GetRow(
int iRow
)
abstract GetRow :
iRow : int -> MPSReader. Row
override GetRow :
iRow : int -> MPSReader. Row
Parameters
- iRow
- Type: System.Int32
An int specifying the number of the row that is to be
returned.
Return Value
Type:
MPSReader.Row
A
Row associated with the indicated row number,
iRow.
See Also