|
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
)
Public Function Search (
value As Double
) As HistogramBin
Request Example
View SourceParameters
- value
- Type: SystemDouble
The value to search for.
Return Value
Type:
HistogramBinThe histogram bin containing the searched value.
See Also