Click or drag to resize
MPSReaderGetNameRow Method
Returns the name of a constraint row.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual string GetNameRow(
	int iRow
)

Parameters

iRow
Type: SystemInt32
An int specifying the row for which a name is to be returned.

Return Value

Type: String
A String containing the name of a constraint row.
See Also