|
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; }
Public Default Property Item (
index As Integer
) As Integer
Get
Set
Request Example
View SourceParameters
- index
- Type: SystemInt32
Bin index.
Return Value
Type:
Int32The number of hits of the selected bin.
See Also