StorageMethods Enumeration
Defines flags that determine the how the
data is stored in a series instance.
Namespace: Gemstone.PQDIF.LogicalAssembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.160 -- Release Build+3d8dcd482252e3495811fb756d648b05b861027c
Gemstone.PQDIF.Logical.StorageMethods = function();
Gemstone.PQDIF.Logical.StorageMethods.createEnum('Gemstone.PQDIF.Logical.StorageMethods', true);
| Values | 1 |
Straight array of data points.
|
| Scaled | 2 |
Data values are scaled.
|
| Increment | 4 |
Start, count, and increment are stored and
the series is recreated from those values.
|