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.167 -- Release Build+a2fca5e1c0bf74e37e9473fed3be25e7e35ece0d
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.
|