MeasurementClone(IMeasurement, Double, Ticks) Method
Creates a copy of the specified measurement using a new value and timestamp.
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
Gemstone.Timeseries.Measurement.Clone = function(measurementToClone, value, timestamp);
- measurementToClone IMeasurement
- Specified measurement to clone.
- value Double
- New value for cloned measurement.
- timestamp Ticks
- New timestamp, in ticks, for cloned measurement.
MeasurementA copy of the
Measurement object.