Click or drag to resize

StatisticValueStateCacheGetDifference Method

Gets the statistical difference between current and previous statistic value.

Namespace: GSF.TimeSeries.Statistics
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public double GetDifference(
	Object source,
	double statistic,
	string name
)
View Source

Parameters

source  Object
Source Device.
statistic  Double
Current statistic value.
name  String
Name of statistic calculation.

Return Value

Double
Difference from last cached statistic value.
See Also