Max_1 - waf/Rx.NET GitHub Wiki

AsyncEnumerable.Max Method (IAsyncEnumerable<Decimal>, CancellationToken)

[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.Max(System.Collections.Generic.IAsyncEnumerable{System.Decimal},System.Threading.CancellationToken)"]

Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)

Syntax

public static Task<decimal> Max(
	this IAsyncEnumerable<decimal> source,
	CancellationToken cancellationToken
)

Parameters

source

Type: System.Collections.Generic.IAsyncEnumerable<Decimal>

[Missing <param name="source"/> documentation for "M:System.Linq.AsyncEnumerable.Max(System.Collections.Generic.IAsyncEnumerable{System.Decimal},System.Threading.CancellationToken)"]

cancellationToken

Type: System.Threading.CancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:System.Linq.AsyncEnumerable.Max(System.Collections.Generic.IAsyncEnumerable{System.Decimal},System.Threading.CancellationToken)"]

Return Value

Type: Task<Decimal>

[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.Max(System.Collections.Generic.IAsyncEnumerable{System.Decimal},System.Threading.CancellationToken)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IAsyncEnumerable<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

AsyncEnumerable Class
System.Linq Namespace

⚠️ **GitHub.com Fallback** ⚠️