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