Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

value
Type: SystemDouble

Return Value

Type: Boolean
See Also