Array.min<'T> Function (F#)
Visual Studio 2012
Returns the lowest of all elements of the array, compared by using Operators.min.
Namespace/Module Path: Microsoft.FSharp.Collections.Array
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: Array.min : 'T [] -> 'T (requires comparison) // Usage: Array.min array