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
Int32
)
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
<
double
>
Average
(
this
IAsyncQueryable
<
int
>
source
)
Parameters
source
Type:
System.Linq
IAsyncQueryable
Int32
Return Value
Type:
Task
Double
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IAsyncQueryable
Int32
. 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