Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SampledPoint<T>

Structure for the sampled point.

Type parameters

  • T

    Data type for the data that the generator samples.

Hierarchy

  • SampledPoint

Index

Properties

Properties

data

data: T

The value from the input array that has been sampled.

timestamp

timestamp: number

The timestamp for this data point.