MongoQueryableAverageAsync Method |
Name | Description | |
---|---|---|
AverageAsync(IMongoQueryableDecimal, CancellationToken) |
Computes the average of a sequence of Decimal values.
| |
AverageAsync(IMongoQueryableDouble, CancellationToken) |
Computes the average of a sequence of Double values.
| |
AverageAsync(IMongoQueryableInt32, CancellationToken) |
Computes the average of a sequence of Int32 values.
| |
AverageAsync(IMongoQueryableInt64, CancellationToken) |
Computes the average of a sequence of Int64 values.
| |
AverageAsync(IMongoQueryableNullableDecimal, CancellationToken) |
Computes the average of a sequence of NullableT values.
| |
AverageAsync(IMongoQueryableNullableDouble, CancellationToken) |
Computes the average of a sequence of NullableT values.
| |
AverageAsync(IMongoQueryableNullableInt32, CancellationToken) |
Computes the average of a sequence of NullableT values.
| |
AverageAsync(IMongoQueryableNullableInt64, CancellationToken) |
Computes the average of a sequence of NullableT values.
| |
AverageAsync(IMongoQueryableNullableSingle, CancellationToken) |
Computes the average of a sequence of NullableT values.
| |
AverageAsync(IMongoQueryableSingle, CancellationToken) |
Computes the average of a sequence of Single values.
| |
AverageAsyncTSource(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.
| |
AverageAsyncTSource(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.
| |
AverageAsyncTSource(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.
| |
AverageAsyncTSource(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.
| |
AverageAsyncTSource(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.
| |
AverageAsyncTSource(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.
| |
AverageAsyncTSource(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.
| |
AverageAsyncTSource(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.
| |
AverageAsyncTSource(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.
| |
AverageAsyncTSource(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.
|