CommsMath CalculateMean Method (List Double )NetworkComms.Net Help
Return the mean of the provided list of values

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static double CalculateMean(
	List<double> localValues
)

Parameters

localValues
Type: OnlineSystem.Collections.Generic List OnlineDouble 
Values for which a mean should be calculated

Return Value

Type: OnlineDouble
The mean of provided values
See Also