|
HistogramBinContains Method
|
Gets whether the Histogram Bin contains the given value.
Namespace:
Accord.Statistics.Visualizations
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public bool Contains(
double value
)
Public Function Contains (
value As Double
) As Boolean
Request Example
View SourceParameters
- value
- Type: SystemDouble
Return Value
Type:
BooleanSee Also