Click or drag to resize
Accord.NET (logo)

HistogramBinCollectionSearchIndex Method

Attempts to find the index of the bin containing the specified value.

Namespace:  Accord.Statistics.Visualizations
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int SearchIndex(
	double value
)
Request Example View Source

Parameters

value
Type: SystemDouble
The value to search for.

Return Value

Type: Int32
The index of the bin containing the specified value.
See Also