Returns the integer value of the given column of the invoking tuple and produces an execution error if the column type is not Int.

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

Syntax

C#
int GetIntValue(
	int index
)

Parameters

index
Type: System..::..Int32

Return Value

An int representing the value of the given column.

See Also