ValuesLinqMathExtensions Class
Provides static methods of common aggregate functions for types implementing IValuesProvider.
Namespace: Fluent.Calculations.Primitives.CollectionsAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static class ValuesLinqMathExtensions
- Inheritance
- Object ValuesLinqMathExtensions
This class is an wrapper of limited set of native Linq extension methods and enables the capturing collection elements as arguments. Methods will allways return a new instance of value to maintain the relationship with the source collection.
AverageTSource | Computes the average of a values in a collection. |
MaxTSource | Returns the maximum of a values in a collection. |
MinTSource | Returns the minimum of a values in a collection. |
SumTSource | Computes the sum of a values in a collection. |