|   | StatisticValueStateGetDifference Method | 
        
        
            Gets the statistical difference between current and previous statistic value.
            
        
        Namespace: GSF.TimeSeries.StatisticsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic double GetDifference()
Public Function GetDifference As Double
public:
double GetDifference()
member GetDifference : unit -> float 
function GetDifference();
Return Value
DoubleDifference from last cached statistic value.
 See Also
See Also