|
TemporalMeasurementGetValue Method
|
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax Public Function GetValue (
timestamp As Ticks
) As Double
function GetValue(timestamp);
View SourceParameters
- timestamp Ticks
- Timestamp, in ticks, used to constrain TemporalMeasurement (typically set to real-time, i.e. "now").
Return Value
DoubleRaw value of this measurement (i.e., value that is not offset by adder and multiplier).
Remarks Operation will return NaN if ticks are outside of time deviation tolerances.
See Also