public class Cell1DDatasets extends Object
| Constructor and Description |
|---|
Cell1DDatasets() |
| Modifier and Type | Method and Description |
|---|---|
static Cell1DDataset |
linearRange(org.epics.util.array.ListNumber values,
double minValue,
double maxValue)
Wraps a
ListNumber into a Point1DDataset. |
public static Cell1DDataset linearRange(org.epics.util.array.ListNumber values, double minValue, double maxValue)
ListNumber into a Point1DDataset.
It assumes the argument is either immutable or mutable but will not be changed in the future.
values - the values for the datasetCopyright © 2012-2013 Brookhaven National Laboratory, University of Michigan. All Rights Reserved.