Defines the priority value for the heap element.
A heap is a complete binary tree where every node's value (this priority) is guaranteed to be greater than its children's values.
Namespace: DataStructures
Delphi |
published |
Property Value
Type: Single
If the Priority equals the NoPriority constant, the priority has not been set yet. |