Click or drag to resize

MeasurementValue Property

Gets or sets the raw measurement value that is not offset by Adder and Multiplier.

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

Return Value

Double
Raw value of this Measurement (i.e., value that is not offset by Adder and Multiplier).

Implements

ITimeSeriesValueTValue
See Also