|
TemporalMeasurementGetValue Method
|
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.232-beta
SyntaxPublic 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).
RemarksOperation will return NaN if ticks are outside of time deviation tolerances.
See Also