|   | TemporalMeasurementGetValue Method | 
        
        
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic double GetValue(
	Ticks timestamp
)
Public Function GetValue ( 
	timestamp As Ticks
) As Double
public:
double GetValue(
	Ticks timestamp
)
member GetValue : 
        timestamp : Ticks -> float function GetValue(timestamp);
Parameters
- 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
RemarksOperation will return NaN if ticks are outside of time deviation tolerances.
 See Also
See Also