Click or drag to resize
Accord.NET (logo)

RunningCircularStatisticsCount Property

Gets the current count of values seen.

Namespace:  Accord.Statistics.Running
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int Count { get; }
Request Example View Source

Property Value

Type: Int32
The number of samples seen.
See Also