Returns the name of a constraint column. Constraint column names are also variable names.

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

Syntax

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

Parameters

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

Return Value

A String containing the name of a constraint column.

See Also