Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Enumerable Class
Average Method
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Enumerable..::.Average Method

Computes the average of a sequence of numeric values.

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage(IEnumerable<(Of <(Decimal>)>))Computes the average of a sequence of Decimal values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage(IEnumerable<(Of <(Double>)>))Computes the average of a sequence of Double values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage(IEnumerable<(Of <(Int32>)>))Computes the average of a sequence of Int32 values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage(IEnumerable<(Of <(Int64>)>))Computes the average of a sequence of Int64 values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage(IEnumerable<(Of <(Nullable<(Of <(Decimal>)>)>)>))Computes the average of a sequence of nullable Decimal values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage(IEnumerable<(Of <(Nullable<(Of <(Double>)>)>)>))Computes the average of a sequence of nullable Double values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage(IEnumerable<(Of <(Nullable<(Of <(Int32>)>)>)>))Computes the average of a sequence of nullable Int32 values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage(IEnumerable<(Of <(Nullable<(Of <(Int64>)>)>)>))Computes the average of a sequence of nullable Int64 values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage(IEnumerable<(Of <(Nullable<(Of <(Single>)>)>)>))Computes the average of a sequence of nullable Single values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage(IEnumerable<(Of <(Single>)>))Computes the average of a sequence of Single values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Decimal>)>))Computes the average of a sequence of Decimal values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Double>)>))Computes the average of a sequence of Double values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Int32>)>))Computes the average of a sequence of Int32 values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Int64>)>))Computes the average of a sequence of Int64 values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Decimal>)>)>)>))Computes the average of a sequence of nullable Decimal values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Double>)>)>)>))Computes the average of a sequence of nullable Double values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Int32>)>)>)>))Computes the average of a sequence of nullable Int32 values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Int64>)>)>)>))Computes the average of a sequence of nullable Int64 values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Single>)>)>)>))Computes the average of a sequence of nullable Single values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAverage<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Single>)>))Computes the average of a sequence of Single values that are obtained by invoking a transform function on each element of the input sequence.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker