Set.MaximumElement<'T> Property (F#)
Visual Studio 2012
Returns the highest element in the set according to the ordering being used for the set.
Namespace/Module Path: Microsoft.FSharp.Collections
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: member this.MaximumElement : 'T (requires comparison) // Usage: set.MaximumElement