ReadOnlyCollection<T>.Average Method
.NET Framework 3.5
Computes the average of a sequence of numeric values.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Average(Func<T, 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. (Defined by Enumerable.) |
|
Average(Func<T, Nullable<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. (Defined by Enumerable.) |
|
Average(Func<T, 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. (Defined by Enumerable.) |
|
Average(Func<T, Nullable<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. (Defined by Enumerable.) |
|
Average(Func<T, 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. (Defined by Enumerable.) |
|
Average(Func<T, Nullable<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. (Defined by Enumerable.) |
|
Average(Func<T, 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. (Defined by Enumerable.) |
|
Average(Func<T, Nullable<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. (Defined by Enumerable.) |
|
Average(Func<T, 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. (Defined by Enumerable.) |
|
Average(Func<T, Nullable<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. (Defined by Enumerable.) |