Click or drag to resize

CondensedCollectionExtensionsAverage Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodStatic memberAverage(CondensedCollectionDecimal)
Computes the average of a sequence of Decimal values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionDouble)
Computes the average of a sequence of double values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionInt32)
Computes the average of a sequence of Int32 values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionInt64)
Computes the average of a sequence of Int64 values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionNullableDecimal)
Computes the average of a sequence of nullable Decimal values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionNullableDouble)
Computes the average of a sequence of nullable double values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionNullableInt32)
Computes the average of a sequence of nullable Int32 values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionNullableInt64)
Computes the average of a sequence of nullable Int64 values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionNullableSingle)
Computes the average of a sequence of nullable float values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionSingle)
Computes the average of a sequence of float values. Optimized for a CondensedCollection.
Public methodStatic memberAverageTSource(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.
Public methodStatic memberAverageTSource(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.
Public methodStatic memberAverageTSource(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.
Public methodStatic memberAverageTSource(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.
Public methodStatic memberAverageTSource(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.
Public methodStatic memberAverageTSource(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.
Public methodStatic memberAverageTSource(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.
Public methodStatic memberAverageTSource(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.
Public methodStatic memberAverageTSource(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.
Public methodStatic memberAverageTSource(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.
Top
See Also