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

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

Syntax

C#
double GetNumValue(
	int index
)

Parameters

index
Type: System..::..Int32

Return Value

A float representing the value of the given column.

See Also