Click or drag to resize
FibonacciHeapItemTKey Property
Key of the item which is used for comparing it to other heap items for order.

Namespace: Slash.Collections.PriorityQueues
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public double Key { get; }

Property Value

Type: Double

Implements

IPriorityQueueItemTKey
See Also