Gets the index of the interval containing a value.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function Map ( _
	value As Double _
) As Integer
C#
public int Map (
	double value
)
C++
public:
int Map (
	double value
)

Parameters

value (System.Double)
The value to find.

Return Value

The zero-based index of the interval containing value.