Summary

public static T MaxBy<T>(this IEnumerable<T> source, Func<T, float> selector)

Returns

T

Parameters