Enum ComparerDirection
Directions for the General Comparer.
Namespace: ISynergy.Framework.Mathematics.Comparers
Assembly: ISynergy.Framework.Mathematics.dll
Syntax
public enum ComparerDirection : int
Fields
Name | Description |
---|---|
Ascending | Sorting will be performed in ascending order. |
Descending | Sorting will be performed in descending order. |