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