Click or drag to resize
Accord.NET (logo)

HistogramItem Property

Gets the Bin values of this Histogram.

Namespace:  Accord.Statistics.Visualizations
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int this[
	int index
] { get; set; }
Request Example View Source

Parameters

index
Type: SystemInt32
Bin index.

Return Value

Type: Int32
The number of hits of the selected bin.
See Also