Click or drag to resize
Accord.NET (logo)

HistogramBinCollectionSearch Method

Searches for a bin containing the specified value.

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

Parameters

value
Type: SystemDouble
The value to search for.

Return Value

Type: HistogramBin
The histogram bin containing the searched value.
See Also