Click or drag to resize

FrameSortedMeasurements Property

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

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public int SortedMeasurements { get; set; }
View Source

Property Value

Int32

Implements

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