public static class MaximaExtension
<ExtensionAttribute>
Public NotInheritable Class MaximaExtension
[ExtensionAttribute]
public ref class MaximaExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type MaximaExtension = class end
MaximaTSource, TKey(IEnumerableTSource, FuncTSource, TKey) | Returns the maximal elements of the given sequence, based on the given projection. |
MaximaTSource, TKey(IEnumerableTSource, FuncTSource, TKey, IComparerTKey) | Returns the maximal elements of the given sequence, based on the given projection and the specified comparer for projected values. |