MPSReaderGetNameRow Method |
Returns the name of a constraint row.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string GetNameRow(
int iRow
)
Public Overridable Function GetNameRow (
iRow As Integer
) As String
public:
virtual String^ GetNameRow(
int iRow
)
abstract GetNameRow :
iRow : int -> string
override GetNameRow :
iRow : int -> string
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