Click or drag to resize

ImmediateMeasurementsCalculateTagAverage Method

Calculates an average of all measurements associated with the specified tag.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public double CalculateTagAverage(
	string tag,
	ref int count
)
View Source

Parameters

tag  String
The type of measurements to average.
count  Int32
An Int32 value to get the count of values averaged.

Return Value

Double
A Double value representing the average of the tags.
See Also