List.maxBy<'T,'U> Function (F#)
Visual Studio 2012
Returns the greatest of all elements of the list, compared by using Operators.max on the function result.
Namespace/Module Path: Microsoft.FSharp.Collections.List
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
List.maxBy : ('T -> 'U) -> 'T list -> 'T (requires comparison)
// Usage:
List.maxBy projection list