|
ImmediateMeasurementsCalculateTagAverage Method
|
Calculates an average of all measurements associated with the specified tag.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.249-beta
Syntaxpublic double CalculateTagAverage(
string tag,
ref int count
)
Public Function CalculateTagAverage (
tag As String,
ByRef count As Integer
) As Double
public:
double CalculateTagAverage(
String^ tag,
int% count
)
member CalculateTagAverage :
tag : string *
count : int byref -> float
function CalculateTagAverage(tag, count);
View SourceParameters
- tag String
- The type of measurements to average.
- count Int32
- An Int32 value to get the count of values averaged.
Return Value
DoubleA
Double value representing the average of the tags.
See Also