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(
	string col
)

Parameters

col
Type: System..::..String

Return Value

An int representing the value of the given column.

See Also