Click or drag to resize
Accord.NET (logo)

Accord.Math.Comparers Namespace

Comparison methods that can be used in sort algorithms such as Sort(Array).
Classes
Enumerations
  EnumerationDescription
Public enumerationComparerDirection
Directions for the General Comparer.
Remarks

This namespace contains different methods for comparing elements. For example, using the classes in this namespace makes it possible to sort arrays of arrays, sort arrays into any direction, or perform stable sorts.

The namespace class diagram is shown below.

See Also

Reference