TemporalMeasurementGetValue Method

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

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.156 -- Release Build+a0362ddca9ef443a14cbb0197310f102a707ea84
public double GetValue(
	Ticks timestamp
)

Parameters

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

Return Value

Double
Raw value of this measurement (i.e., value that is not offset by adder and multiplier).

Remarks

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

See Also