public class TimeSeriesDatasets extends Object
| Constructor and Description |
|---|
TimeSeriesDatasets() |
| Modifier and Type | Method and Description |
|---|---|
static TimeSeriesDataset |
timeSeriesOf(org.epics.util.array.ListNumber values,
List<org.epics.util.time.Timestamp> timestamps)
Returns a TimeSeriesDataset with the
Statistics and time interval. |
public static TimeSeriesDataset timeSeriesOf(org.epics.util.array.ListNumber values, List<org.epics.util.time.Timestamp> timestamps)
Statistics and time interval.
the time interval is the difference in time between the first and second time intervalsvalues - - List of values associated with timestampstimestamps - - list of TimestampCopyright © 2012–2014 Brookhaven National Laboratory, University of Michigan. All rights reserved.