TemporalMeasurementGetAdjustedValue Method
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
public double GetAdjustedValue(
Ticks timestamp
)
Public Function GetAdjustedValue (
timestamp As Ticks
) As Double
public:
double GetAdjustedValue(
Ticks timestamp
)
function GetAdjustedValue(timestamp);
- timestamp Ticks
- Timestamp used to constrain TemporalMeasurement (typically set to real-time, i.e. "now").
DoubleValue offset by adder and multiplier (i.e., Value * Multiplier + Adder).
Operation will return NaN if ticks are outside time deviation tolerances.
Note that returned value will be offset by adder and multiplier.