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.171 -- Release Build+af1e6271f2015b03a58bc9ef784f0f2b9eeab0d2
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.
|