Click to expand
Sandcastle XML Comments Guide

SampleClass AverageValues Method (IEnumerable Double )

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.Generic IEnumerable Double 
The values to average

Return Value

Type: Double
The average of the values
See Also

Reference

Other Resources