Returns the INumMap value of the given column of the invoking tuple.

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
INumMap GetNumMapValue(
	int index
)

Parameters

index
Type: System..::..Int32

Return Value

An INumMap representing the value of the column.

See Also