Click or drag to resize
FibonacciHeapTInsert Method
Inserts the passed item with the specified key into this heap.

Namespace: Slash.Collections.PriorityQueues
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public IPriorityQueueItem<T> Insert(
	T item,
	double key
)

Parameters

item
Type: T
Item to insert.
key
Type: SystemDouble
Key of the item to insert.

Return Value

Type: IPriorityQueueItemT
Container that holds the passed item.

Implements

IPriorityQueueTInsert(T, Double)
See Also