TimeSeriesEntry

class TimeSeriesEntry<Data>(var data: Data?)

A class that represents a time series data entry.

Constructors

Link copied to clipboard
constructor(data: Data?)

Properties

Link copied to clipboard

The index of the current time series entry.

Link copied to clipboard
var data: Data?

The data associated with the time series entry.

Link copied to clipboard
var index: Int

The index of the time series entry.

Link copied to clipboard
var next: Int

The index of the next time series entry that contains data.