Interactive Extensions
Interactive Extensions
Ix-Main Namespaces
System.Linq
AsyncQueryable Class
AsyncQueryable Methods
Average Method
Average Method (IAsyncQueryable(Decimal))
Average Method (IAsyncQueryable(Double))
Average Method (IAsyncQueryable(Int32))
Average Method (IAsyncQueryable(Int64))
Average Method (IAsyncQueryable(Nullable(Decimal)))
Average Method (IAsyncQueryable(Nullable(Double)))
Average Method (IAsyncQueryable(Nullable(Int32)))
Average Method (IAsyncQueryable(Nullable(Int64)))
Average Method (IAsyncQueryable(Nullable(Single)))
Average Method (IAsyncQueryable(Single))
Average Method (IAsyncQueryable(Decimal), CancellationToken)
Average Method (IAsyncQueryable(Double), CancellationToken)
Average Method (IAsyncQueryable(Int32), CancellationToken)
Average Method (IAsyncQueryable(Int64), CancellationToken)
Average Method (IAsyncQueryable(Nullable(Decimal)), CancellationToken)
Average Method (IAsyncQueryable(Nullable(Double)), CancellationToken)
Average Method (IAsyncQueryable(Nullable(Int32)), CancellationToken)
Average Method (IAsyncQueryable(Nullable(Int64)), CancellationToken)
Average Method (IAsyncQueryable(Nullable(Single)), CancellationToken)
Average Method (IAsyncQueryable(Single), CancellationToken)
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Decimal)))
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Double)))
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Int32)))
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Int64)))
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Decimal))))
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Double))))
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Int32))))
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Int64))))
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Single))))
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Single)))
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Decimal)), CancellationToken)
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Double)), CancellationToken)
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Int32)), CancellationToken)
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Int64)), CancellationToken)
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Decimal))), CancellationToken)
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Double))), CancellationToken)
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Int32))), CancellationToken)
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Int64))), CancellationToken)
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Single))), CancellationToken)
Average(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Single)), CancellationToken)
AsyncQueryable
Average Method (IAsyncQueryable
Nullable
Decimal
)
Namespace:
System.Linq
Assembly:
System.Interactive.Async.Providers (in System.Interactive.Async.Providers.dll) Version: 1.2.0.0
Syntax
C#
Copy
public
static
Task
<
Nullable
<
decimal
>>
Average
(
this
IAsyncQueryable
<
Nullable
<
decimal
>>
source
)
Parameters
source
Type:
System.Linq
IAsyncQueryable
Nullable
Decimal
Return Value
Type:
Task
Nullable
Decimal
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IAsyncQueryable
Nullable
Decimal
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
AsyncQueryable Class
Average Overload
System.Linq Namespace