|
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.246-beta
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);
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