Click or drag to resize
Sandcastle XML Comments GuideSampleClassAverageValues Method (IEnumerableDouble)
This is used to average an enumerable list of values

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public double AverageValues(
	IEnumerable<double> values
)

Parameters

values
Type: System.Collections.GenericIEnumerableDouble
The values to average

Return Value

Type: Double
The average of the values
See Also