Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Specifies the precise ranking method.
Allowed values
Name | Value | Description |
---|---|---|
RankKind.Competition | 0 | Items which compare as equal receive the same ranking number and then a gap is left before the next ranking. |
RankKind.Dense | 1 | Items which compare as equal receive the same ranking number and the next item is numbered consecutively with no gap. |
RankKind.Ordinal | 2 | All items are given a unique ranking number even if they compare as equal. |