A class for calculating the MIN, MAX and AVG of time-series data over a period of time.
| C# | Visual Basic | Visual C++ |
protected class Statistics
Protected Class Statistics
protected ref class Statistics
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| StatisticsExporter..::.Statistics()()() |
Initializes a new instance of the StatisticsExporter..::.Statistics class.
| |
| AverageValue |
The average value in the time-series data.
| |
| Calculate(DataSet, String) |
Calculates StatisticsExporter..::.Statistics from the provided data and clear the data when done.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MaximumValue |
The largest value in the time-series data.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| MinimumValue |
The smallest value in the time-series data.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| StatisticsExporter..::.Statistics | |