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: 8.2.1.0 (8.2.1)
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