Enumerable.Average Method (IEnumerable<Int32>)
Computes the average of a sequence of Int32 values.
Namespace: System.Linq
Assembly: System.Core (in System.Core.dll)
Parameters
- source
- Type: System.Collections.Generic.IEnumerable<Int32>
A sequence of Int32 values to calculate the average of.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable<Int32>. When you use instance method syntax to call this method, omit the first parameter.| Exception | Condition |
|---|---|
| ArgumentNullException | source is null. |
| InvalidOperationException | source contains no elements. |
In Visual Basic query expression syntax, an Aggregate Into Average() clause translates to an invocation of Average.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.