Class UnivariateTimeSeries.Entry<T>

    • Constructor Detail

      • Entry

        public Entry​(T time,
                     double value)
        Construct an instance of Entry.
        Parameters:
        time - the timestamp
        value - the entry value