|
HistogramTotalCount Property
|
Total count of values.
Namespace:
Accord.Statistics.Visualizations
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public long TotalCount { get; }
Public ReadOnly Property TotalCount As Long
Get
Request Example
View SourceProperty Value
Type:
Int64Remarks The property represents total count of values contributed to the histogram, which is
essentially sum of the Values array.
See Also