Click or drag to resize
MPSReaderGetNameColumn Method
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.2.0
Syntax
public virtual string GetNameColumn(
	int iColumn
)

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