CondensedCollectionExtensionsAverage Method |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| Average(CondensedCollectionDecimal) |
Computes the average of a sequence of Decimal values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionDouble) |
Computes the average of a sequence of double values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionInt32) |
Computes the average of a sequence of Int32 values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionInt64) |
Computes the average of a sequence of Int64 values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionNullableDecimal) |
Computes the average of a sequence of nullable Decimal values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionNullableDouble) |
Computes the average of a sequence of nullable double values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionNullableInt32) |
Computes the average of a sequence of nullable Int32 values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionNullableInt64) |
Computes the average of a sequence of nullable Int64 values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionNullableSingle) |
Computes the average of a sequence of nullable float values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionSingle) |
Computes the average of a sequence of float values. Optimized for a CondensedCollection.
| |
| AverageTSource(CondensedCollectionTSource, FuncTSource, Decimal) |
Computes the average of a CondensedCollection of Decimal values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
| |
| AverageTSource(CondensedCollectionTSource, FuncTSource, Double) |
Computes the average of a CondensedCollection of double values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
| |
| AverageTSource(CondensedCollectionTSource, FuncTSource, Int32) |
Computes the average of a CondensedCollection of Int32 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
| |
| AverageTSource(CondensedCollectionTSource, FuncTSource, Int64) |
Computes the average of a CondensedCollection of Int64 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
| |
| AverageTSource(CondensedCollectionTSource, FuncTSource, NullableDecimal) |
Computes the average of a CondensedCollection of nullable Decimal values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
| |
| AverageTSource(CondensedCollectionTSource, FuncTSource, NullableDouble) |
Computes the average of a CondensedCollection of nullable double values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
| |
| AverageTSource(CondensedCollectionTSource, FuncTSource, NullableInt32) |
Computes the average of a CondensedCollection of nullable Int32 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
| |
| AverageTSource(CondensedCollectionTSource, FuncTSource, NullableInt64) |
Computes the average of a CondensedCollection of nullable Int64 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
| |
| AverageTSource(CondensedCollectionTSource, FuncTSource, NullableSingle) |
Computes the average of a CondensedCollection of nullable float values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
| |
| AverageTSource(CondensedCollectionTSource, FuncTSource, Single) |
Computes the average of a CondensedCollection of float values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
|