TemporalMeasurementGetValue Method
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
public double GetValue(
Ticks timestamp
)
Public Function GetValue (
timestamp As Ticks
) As Double
public:
double GetValue(
Ticks timestamp
)
function GetValue(timestamp);
- timestamp Ticks
- Timestamp, in ticks, used to constrain TemporalMeasurement (typically set to real-time, i.e. "now").
DoubleRaw value of this measurement (i.e., value that is not offset by adder and multiplier).
Operation will return NaN if ticks are outside time deviation tolerances.