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

Parameters

col
Type: System..::..String

Return Value

A float representing the value of the given column.

See Also