DataPoint

class DataPoint

A timestamp, and a single numerical value, which together represent a measurement at a particular point in time.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time, in epoch format, associated with a particular Value.

Link copied to clipboard

The actual value associated with a particular Timestamp.

Functions

Link copied to clipboard
inline fun copy(block: DataPoint.Builder.() -> Unit = {}): DataPoint
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String