collectionAggregationGetAggregatesT Method |
Namespace: imbSCI.DataComplex.extensions.data.operations
public static collectionAggregationResult<T> GetAggregates<T>( this IEnumerable<T> source, dataPointAggregationType type = dataPointAggregationType.avg, bool stringKeepLastEntry = true ) where T : class, new()