C1.LiveLinq Namespace > LiveViewExtensions Class : LiveAverage Method |
Overload | Description |
---|---|
LiveAverage(View<Int32>) | Computes the average of a view of System.Int32 values. |
LiveAverage(View<Nullable<Int32>>) | Computes the average of a view of nullable System.Int32 values. |
LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Int32>>) | Computes the average of a view of System.Int32 values that are obtained by invoking a transform function on each element of the source view. |
LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Int32>>>) | Computes the average of a view of nullable System.Int32 values that are obtained by invoking a transform function on each element of the source view. |
LiveAverage(View<Int64>) | Computes the average of a view of System.Int64 values. |
LiveAverage(View<Nullable<Int64>>) | Computes the average of a view of nullable System.Int64 values. |
LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Int64>>) | Computes the average of a view of System.Int64 values that are obtained by invoking a transform function on each element of the source view. |
LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Int64>>>) | Computes the average of a view of nullable System.Int64 values that are obtained by invoking a transform function on each element of the source view. |
LiveAverage(View<Decimal>) | Computes the average of a view of System.Decimal values. |
LiveAverage(View<Nullable<Decimal>>) | Computes the average of a view of nullable System.Decimal values. |
LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Decimal>>) | Computes the average of a view of System.Decimal values that are obtained by invoking a transform function on each element of the source view. |
LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Decimal>>>) | Computes the average of a view of nullable System.Decimal values that are obtained by invoking a transform function on each element of the source view. |
LiveAverage(View<Double>) | Computes the average of a view of System.Double values. |
LiveAverage(View<Nullable<Double>>) | Computes the average of a view of nullable System.Double values. |
LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Double>>) | Computes the average of a view of System.Double values that are obtained by invoking a transform function on each element of the source view. |
LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Double>>>) | Computes the average of a view of nullable System.Double values that are obtained by invoking a transform function on each element of the source view. |
LiveAverage(View<Single>) | Computes the average of a view of System.Single values. |
LiveAverage(View<Nullable<Single>>) | Computes the average of a view of nullable System.Single values. |
LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Single>>) | Computes the average of a view of System.Single values that are obtained by invoking a transform function on each element of the source view. |
LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Single>>>) | Computes the average of a view of nullable System.Single 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