Test additional content header

ValuesLinqMathExtensions Class

Provides static methods of common aggregate functions for types implementing IValuesProvider.

Definition

Namespace: Fluent.Calculations.Primitives.Collections
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static class ValuesLinqMathExtensions
Inheritance
Object    ValuesLinqMathExtensions

Remarks

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.

Methods

AverageTSourceComputes the average of a values in a collection.
MaxTSourceReturns the maximum of a values in a collection.
MinTSourceReturns the minimum of a values in a collection.
SumTSourceComputes the sum of a values in a collection.

See Also