EnumerableExt.MaxBy Method
Overload List
Name | Description | |
---|---|---|
MaxBy(TSource, TKey)(IEnumerable(TSource), Func(TSource, TKey)) | Returns the maximal element of the given sequence, based on the given projection. | |
MaxBy(TSource, TKey)(IEnumerable(TSource), Func(TSource, TKey), IComparer(TKey)) | Returns the maximal element of the given sequence, based on the given projection and the specified comparer for projected values. |
See Also
Reference
EnumerableExt Class
UltimateXR.Extensions.System.Collections Namespace