Click or drag to resize

TemporalMeasurementGetAdjustedValue Method

Gets numeric adjusted value of this TemporalMeasurement, constrained within specified ticks.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public double GetAdjustedValue(
	Ticks timestamp
)
View Source

Parameters

timestamp  Ticks
Timestamp used to constrain TemporalMeasurement (typically set to real-time, i.e. "now").

Return Value

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

Operation will return NaN if ticks are outside of time deviation tolerances.

Note that returned value will be offset by adder and multiplier.

See Also