Returns the index of a given numeric value.

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

Syntax

C#
int GetIndex(
	double value
)

Parameters

value
Type: System..::..Double

Return Value

The index of the numeric value, as an integer.

See Also