|   | 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.257-beta
 Syntax
Syntaxpublic double GetDifference(
	Object source,
	double statistic,
	string name
)
Public Function GetDifference ( 
	source As Object,
	statistic As Double,
	name As String
) As Double
public:
double GetDifference(
	Object^ source, 
	double statistic, 
	String^ name
)
member GetDifference : 
        source : Object * 
        statistic : float * 
        name : string -> float function GetDifference(source, statistic, name);
Parameters
- 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
See Also