Click or drag to resize
MPSReaderGetRow 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 MPSReaderRow GetRow(
	int iRow
)

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