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
)
Public Overridable Sub Insert (
value As Value,
priority As Priority
)
public:
virtual void Insert(
Value value,
Priority priority
)
abstract Insert :
value : 'Value *
priority : 'Priority -> unit
override Insert :
value : 'Value *
priority : 'Priority -> unit
Parameters
- value
- Type: Value
the value inserted - priority
- Type: Priority
the priority of the value inserted
See Also