HeapBaseTElementExtractRoot Method |
Extracts and removes the root of the heap.
Namespace: SD.Tools.Algorithmia.HeapsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public abstract TElement ExtractRoot()
Public MustOverride Function ExtractRoot As TElement
Return Value
Type:
TElementthe root element deleted, or null/default if the heap is empty
See Also