Click or drag to resize

ImmediateMeasurementsCalculateAverage Method

Calculates an average of all measurements.

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

Parameters

count  Int32
An Int32 value to get the count of values averaged.

Return Value

Double
A Double value representing the average of the measurements.
Remarks
This is only useful if all measurements represent the same type of measurement.
See Also