Click or drag to resize

MeasurementClone(IMeasurement, Double, Ticks) Method

Creates a copy of the specified measurement using a new value and timestamp.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static Measurement Clone(
	IMeasurement measurementToClone,
	double value,
	Ticks timestamp
)
View Source

Parameters

measurementToClone  IMeasurement
Specified measurement to clone.
value  Double
New value for cloned measurement.
timestamp  Ticks
New timestamp, in ticks, for cloned measurement.

Return Value

Measurement
A copy of the Measurement object.
See Also