System.Collections.Generic.ListExtensions.MaxBy - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← ListExtensions
public static T MaxBy<T>(this IEnumerable<T> source, Func<T, float> selector)
- IEnumerable<T> source
- Func<T, float> selector
public static TItem MaxBy<TItem, TKey>(this IEnumerable<TItem> source, Func<TItem, TKey> selector, IComparer<TKey> comparer = default)
- IEnumerable<TItem> source
- Func<TItem, TKey> selector
- IComparer<TKey> comparer