TemporalMeasurementGetAdjustedValue Method

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

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
public double GetAdjustedValue(
	Ticks timestamp
)

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