Returns the name of a constraint row.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual string GetNameRow(
	int iRow
)
Visual Basic (Declaration)
Public Overridable Function GetNameRow ( _
	iRow As Integer _
) As String
Visual C++
public:
virtual String^ GetNameRow(
	int iRow
)

Parameters

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

Return Value

A String containing the name of a constraint row.

See Also