Namespace ISynergy.Framework.Mathematics.Comparers
Classes
ArrayComparer<T>
Elementwise comparer for arrays.
CustomComparer<T>
Custom comparer which accepts any delegate or anonymous function to perform value comparisons.
ElementComparer
Element-at-position comparer.
ElementComparer<T>
Element-at-position comparer.
GeneralComparer
General comparer which supports multiple directions and comparison of absolute values.
GeneralComparer<T>
General comparer which supports multiple sorting directions.
StableComparer<T>
Stable comparer for stable sorting algorithm.
Enums
ComparerDirection
Directions for the General Comparer.