Click or drag to resize

Frame(Ticks, Int32) Constructor

Constructs a new Frame given the specified parameters.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public Frame(
	Ticks timestamp,
	int expectedMeasurements = -1
)
View Source

Parameters

timestamp  Ticks
Timestamp, in ticks, for this Frame.
expectedMeasurements  Int32  (Optional)
Expected number of measurements for the Frame.
See Also