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