PriorityOrder Enumeration |
Namespace: Accord.Collections
Member name | Value | Description | |
---|---|---|---|
Minimum | 0 | Minimum order. In Minimum Priority Queues, items with smaller priority numbers receive higher priority and are the ones that will be dequeued first (i.e. similar to NICE number in UNIX systems). | |
Maximum | 1 | MAximum order. In Maximum Priority Queues, items with higher priority numbers receive higher priority and are the ones that will be dequeued first. |