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.128 -- Release Build+1b345d0ae00b8cec154a675bc1a93c4812c5641f
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.
|