Return the mean of the provided list of values
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- localValues
- Type:
System.Collections.Generic List
Double
Values for which a mean should be calculated
Return Value
Type:
The mean of provided values
See Also