Click or drag to resize

MongoQueryableAverageAsync Method

Overload List
  NameDescription
Public methodStatic memberAverageAsync(IMongoQueryableDecimal, CancellationToken)
Computes the average of a sequence of Decimal values.
Public methodStatic memberAverageAsync(IMongoQueryableDouble, CancellationToken)
Computes the average of a sequence of Double values.
Public methodStatic memberAverageAsync(IMongoQueryableInt32, CancellationToken)
Computes the average of a sequence of Int32 values.
Public methodStatic memberAverageAsync(IMongoQueryableInt64, CancellationToken)
Computes the average of a sequence of Int64 values.
Public methodStatic memberAverageAsync(IMongoQueryableNullableDecimal, CancellationToken)
Public methodStatic memberAverageAsync(IMongoQueryableNullableDouble, CancellationToken)
Public methodStatic memberAverageAsync(IMongoQueryableNullableInt32, CancellationToken)
Public methodStatic memberAverageAsync(IMongoQueryableNullableInt64, CancellationToken)
Public methodStatic memberAverageAsync(IMongoQueryableNullableSingle, CancellationToken)
Public methodStatic memberAverageAsync(IMongoQueryableSingle, CancellationToken)
Computes the average of a sequence of Single values.
Public methodStatic memberAverageAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Decimal, CancellationToken)
Computes the average of the sequence of Decimal values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberAverageAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Double, CancellationToken)
Computes the average of the sequence of Double values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberAverageAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Int32, CancellationToken)
Computes the average of the sequence of Int32 values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberAverageAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Int64, CancellationToken)
Computes the average of the sequence of Int64 values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberAverageAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableDecimal, CancellationToken)
Computes the average of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberAverageAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableDouble, CancellationToken)
Computes the average of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberAverageAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableInt32, CancellationToken)
Computes the average of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberAverageAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableInt64, CancellationToken)
Computes the average of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberAverageAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableSingle, CancellationToken)
Computes the average of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberAverageAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Single, CancellationToken)
Computes the average of the sequence of Single values that is obtained by invoking a projection function on each element of the input sequence.
Top
See Also