|   | ImmediateMeasurementsCalculateAverage Method | 
        
        
            Calculates an average of all measurements.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic double CalculateAverage(
	ref int count
)
Public Function CalculateAverage ( 
	ByRef count As Integer
) As Double
public:
double CalculateAverage(
	int% count
)
member CalculateAverage : 
        count : int byref -> float function CalculateAverage(count);
Parameters
- count  Int32
- An Int32 value to get the count of values averaged.
Return Value
DoubleA 
Double value representing the average of the measurements.
 Remarks
RemarksThis is only useful if all measurements represent the same type of measurement.
 See Also
See Also