|
ImmediateMeasurementsCalculateAverage Method
|
Calculates an average of all measurements.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.230-beta
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);
View SourceParameters
- count Int32
- An Int32 value to get the count of values averaged.
Return Value
DoubleA
Double value representing the average of the measurements.
RemarksThis is only useful if all measurements represent the same type of measurement.
See Also