|
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
)
Public Function SearchIndex (
value As Double
) As Integer
Request Example
View SourceParameters
- value
- Type: SystemDouble
The value to search for.
Return Value
Type:
Int32The index of the bin containing the specified value.
See Also