This member function is used to determine whether a column contains float values.

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

Syntax

C#
bool IsNum(
	int index
)

Parameters

index
Type: System..::..Int32

Return Value

A Boolean value specifying whether the indexed column contains float values.

See Also