FrameSortedMeasurements Property

Gets or sets total number of measurements that have been sorted into this Frame.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.155 -- Release Build+e115e0aae9dba2e478171d226b178f6065fb745f
public int SortedMeasurements { get; set; }

Property Value

Int32

Implements

IFrameSortedMeasurements

Remarks

If this property has not been assigned a value, the property will return measurement count.

See Also