Click or drag to resize

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()

Return Value

Type: Value
the Value with the lowest priority
See Also