Click or drag to resize

IMeasurementAdjustedValue Property

Gets the adjusted numeric value of this IMeasurement, 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
double AdjustedValue { get; }

Property Value

Double
Remarks

Implementers need to account for Adder and Multiplier in return value, e.g.:
return Value * Multiplier + Adder

See Also