 | FibonacciHeapTIsEmpty Method |
Checks whether this heap is empty, or not.
Namespace: Slash.Collections.PriorityQueuesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
SyntaxPublic Function IsEmpty As Boolean
public:
virtual bool IsEmpty() sealed
abstract IsEmpty : unit -> bool
override IsEmpty : unit -> bool
Return Value
Type:
Booleantrue, if this heap is empty, and
false
otherwise.
Implements
IPriorityQueueTIsEmpty
See Also