BinaryHeapTElementExtractRoot Method  | 
 
            Extracts and removes the root of the heap.
            
 
    Namespace: 
   SD.Tools.Algorithmia.Heaps
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.3.0 (1.3.18.0209)
Syntaxpublic override TElement ExtractRoot()
Public Overrides Function ExtractRoot As TElement
Return Value
Type: 
TElement
            the root element deleted, or null/default if the heap is empty
            
See Also