Frame(Ticks, IDictionaryMeasurementKey, IMeasurement) Constructor

Constructs a new Frame given the specified parameters.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.155 -- Release Build+e115e0aae9dba2e478171d226b178f6065fb745f
public Frame(
	Ticks timestamp,
	IDictionary<MeasurementKey, IMeasurement> measurements
)

Parameters

timestamp  Ticks
Timestamp, in ticks, for this Frame.
measurements  IDictionaryMeasurementKey, IMeasurement
Initial set of measurements to load into the Frame, if any.

See Also