Click or drag to resize
MPSReader.GetRow Method
Returns a row of the constraint matrix or a free row.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual MPSReader. Row GetRow(
	int iRow
)

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