C1.LiveLinq Namespace > LiveViewExtensions Class : LiveMin Method |
Overload | Description |
---|---|
LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Double>>>) | Computes the minimum value of a view of nullable System.Double values that are obtained by invoking a transform function on each element of the source view. |
LiveMin(View<Single>) | Computes the minimum value of a view of System.Single values. |
LiveMin(View<Nullable<Single>>) | Computes the minimum value of a view of nullable System.Single values. |
LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Single>>) | Computes the minimum value of a view of System.Single values that are obtained by invoking a transform function on each element of the source view. |
LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Single>>>) | Computes the minimum value of a view of nullable System.Single values that are obtained by invoking a transform function on each element of the source view. |
LiveMin<TSource,TResult>(View<TSource>,Expression<Func<TSource,TResult>>) | Invokes a transform function on each element of a view of elements of a generic type and computes the minimum resulting value. |
LiveMin<TSource>(View<TSource>) | Computes the minimum value of a view of elements of a generic type. |
LiveMin(View<Int32>) | Computes the minimum value of a view of System.Int32 values. |
LiveMin(View<Nullable<Int32>>) | Computes the minimum value of a view of nullable System.Int32 values. |
LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Int32>>) | Computes the minimum value of a view of System.Int32 values that are obtained by invoking a transform function on each element of the source view. |
LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Int32>>>) | Computes the minimum value of a view of nullable System.Int32 values that are obtained by invoking a transform function on each element of the source view. |
LiveMin(View<Decimal>) | Computes the minimum value of a view of System.Decimal values. |
LiveMin(View<Nullable<Decimal>>) | Computes the minimum value of a view of nullable System.Decimal values. |
LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Decimal>>) | Computes the minimum value of a view of System.Decimal values that are obtained by invoking a transform function on each element of the source view. |
LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Decimal>>>) | Computes the minimum value of a view of nullable System.Decimal values that are obtained by invoking a transform function on each element of the source view. |
LiveMin(View<Int64>) | Computes the minimum value of a view of System.Int64 values. |
LiveMin(View<Nullable<Int64>>) | Computes the minimum value of a view of nullable System.Int64 values. |
LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Int64>>) | Computes the minimum value of a view of System.Int64 values that are obtained by invoking a transform function on each element of the source view. |
LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Int64>>>) | Computes the minimum value of a view of nullable System.Int64 values that are obtained by invoking a transform function on each element of the source view. |
LiveMin(View<Double>) | Computes the minimum value of a view of System.Double values. |
LiveMin(View<Nullable<Double>>) | Computes the minimum value of a view of nullable System.Double values. |
LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Double>>) | Computes the minimum value of a view of System.Double values that are obtained by invoking a transform function on each element of the source view. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2