|
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.205-beta
Syntax Public Function GetDifference As Double
public:
double GetDifference()
member GetDifference : unit -> float
function GetDifference();
View SourceReturn Value
DoubleDifference from last cached statistic value.
See Also