Click or drag to resize

StorageMethods Enumeration

Defines flags that determine the how the data is stored in a series instance.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
[FlagsAttribute]
public enum StorageMethods
Members
Member nameValueDescription
Values1 Straight array of data points.
Scaled2 Data values are scaled.
Increment4 Start, count, and increment are stored and the series is recreated from those values.
See Also