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