 | FibonacciHeapItemTKey Property |
Key of the item which is used for comparing it to other
heap items for order.
Namespace: Slash.Collections.PriorityQueuesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic double Key { get; }
Public ReadOnly Property Key As Double
Get
public:
virtual property double Key {
double get () sealed;
}
abstract Key : float with get
override Key : float with get
Property Value
Type:
DoubleImplements
IPriorityQueueItemTKey
See Also