Average_16 - waf/Rx.NET GitHub Wiki
[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.Average(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Single}})"]
Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)
public static Task<Nullable<float>> Average(
this IAsyncEnumerable<Nullable<float>> source
)
Type: System.Collections.Generic.IAsyncEnumerable<Nullable<Single>>
[Missing <param name="source"/> documentation for "M:System.Linq.AsyncEnumerable.Average(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Single}})"]
[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.Average(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Single}})"]
In Visual Basic and C#, you can call this method as an instance method on any object of type IAsyncEnumerable<Nullable<Single>>. 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).