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.158 -- Release Build+ea0446f775a3a8e35f542595e5f1a5857a146168
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.
|