Click or drag to resize
FibonacciHeapTIsEmpty Method
Checks whether this heap is empty, or not.

Namespace: Slash.Collections.PriorityQueues
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public bool IsEmpty()

Return Value

Type: Boolean
true, if this heap is empty, and false otherwise.

Implements

IPriorityQueueTIsEmpty
See Also