Click or drag to resize

MeasurementAdjustedValue Property

Gets the adjusted numeric value of this measurement, taking into account the specified Adder and Multiplier offsets.

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

Return Value

Double
Value offset by Adder and Multiplier (i.e., Value * Multiplier + Adder).

Implements

IMeasurementAdjustedValue
Remarks
Note that returned value will be offset by Adder and Multiplier.
See Also