Interactive Extensions
Interactive Extensions
Ix-Main Namespaces
System.Linq
AsyncQueryable Class
AsyncQueryable Methods
Max Method
Max Method (IAsyncQueryable(Decimal))
Max Method (IAsyncQueryable(Double))
Max Method (IAsyncQueryable(Int32))
Max Method (IAsyncQueryable(Int64))
Max Method (IAsyncQueryable(Nullable(Decimal)))
Max Method (IAsyncQueryable(Nullable(Double)))
Max Method (IAsyncQueryable(Nullable(Int32)))
Max Method (IAsyncQueryable(Nullable(Int64)))
Max Method (IAsyncQueryable(Nullable(Single)))
Max Method (IAsyncQueryable(Single))
Max(TSource) Method (IAsyncQueryable(TSource))
Max Method (IAsyncQueryable(Decimal), CancellationToken)
Max Method (IAsyncQueryable(Double), CancellationToken)
Max Method (IAsyncQueryable(Int32), CancellationToken)
Max Method (IAsyncQueryable(Int64), CancellationToken)
Max Method (IAsyncQueryable(Nullable(Decimal)), CancellationToken)
Max Method (IAsyncQueryable(Nullable(Double)), CancellationToken)
Max Method (IAsyncQueryable(Nullable(Int32)), CancellationToken)
Max Method (IAsyncQueryable(Nullable(Int64)), CancellationToken)
Max Method (IAsyncQueryable(Nullable(Single)), CancellationToken)
Max Method (IAsyncQueryable(Single), CancellationToken)
Max(TSource) Method (IAsyncQueryable(TSource), IComparer(TSource))
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Decimal)))
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Double)))
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Int32)))
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Int64)))
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Decimal))))
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Double))))
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Int32))))
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Int64))))
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Single))))
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Single)))
Max(TSource, TResult) Method (IAsyncQueryable(TSource), Expression(Func(TSource, TResult)))
Max(TSource) Method (IAsyncQueryable(TSource), CancellationToken)
Max(TSource) Method (IAsyncQueryable(TSource), IComparer(TSource), CancellationToken)
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Decimal)), CancellationToken)
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Double)), CancellationToken)
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Int32)), CancellationToken)
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Int64)), CancellationToken)
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Decimal))), CancellationToken)
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Double))), CancellationToken)
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Int32))), CancellationToken)
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Int64))), CancellationToken)
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Nullable(Single))), CancellationToken)
Max(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Single)), CancellationToken)
Max(TSource, TResult) Method (IAsyncQueryable(TSource), Expression(Func(TSource, TResult)), CancellationToken)
AsyncQueryable
Max Method (IAsyncQueryable
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
<
decimal
>
Max
(
this
IAsyncQueryable
<
decimal
>
source
)
Parameters
source
Type:
System.Linq
IAsyncQueryable
Decimal
Return Value
Type:
Task
Decimal
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IAsyncQueryable
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
Max Overload
System.Linq Namespace