|
StatisticValueStateCacheGetDifference Method
|
Gets the statistical difference between current and previous statistic value.
Namespace: GSF.TimeSeries.StatisticsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax function GetDifference(source, statistic, name);
View SourceParameters
- source Object
- Source Device.
- statistic Double
- Current statistic value.
- name String
- Name of statistic calculation.
Return Value
DoubleDifference from last cached statistic value.
See Also