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