PriorityQueuePriority, ValuePop Method |
Get the value with the lowest priority creates a "hole" at the root of the tree. The algorithm swaps the hole with the appropriate child, until
the last entry will fit correctly into the hole (ie is lower priority than its children)
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax public virtual Value Pop()
Public Overridable Function Pop As Value
public:
virtual Value Pop()
abstract Pop : unit -> 'Value
override Pop : unit -> 'Value
Return Value
Type:
Valuethe Value with the lowest priority
See Also