DataPoint
abstract class DataPoint<T : Any>
CumulativeDataPoint |
A |
IntervalDataPoint |
Data point that includes just the delta from the previous data point for |
SampleDataPoint |
Data point that represents a piece of data that was valid at a single point in time, for example heart rate or speed. |
StatisticalDataPoint |
Data point that represents statistics on |
Base class to represent individual pieces of data of type dataType
.