Click or drag to resize

PriorityQueuePriority, ValueInsert Method

Insert a value, append it to the arrays, then reheapify by promoting it to the correct place.

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public virtual void Insert(
	Value value,
	Priority priority
)

Parameters

value
Type: Value
the value inserted
priority
Type: Priority
the priority of the value inserted
See Also