MPSReaderGetNameColumn Method |
Returns the name of a constraint column. Constraint column names are
also variable names.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string GetNameColumn(
int iColumn
)
Public Overridable Function GetNameColumn (
iColumn As Integer
) As String
public:
virtual String^ GetNameColumn(
int iColumn
)
abstract GetNameColumn :
iColumn : int -> string
override GetNameColumn :
iColumn : int -> string
Parameters
- iColumn
- Type: SystemInt32
An int specifying the column for which a name is to be
returned.
Return Value
Type:
String
A
String containing the name of a constraint column.
See Also