| HeapBaseTElementIsMinHeap Property  | 
            Gets a value indicating whether this instance is a min heap (true) or a max heap (false)
            
 
Namespace: SD.Tools.Algorithmia.HeapsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntaxpublic bool IsMinHeap { get; }Public ReadOnly Property IsMinHeap As Boolean
	Get
Property Value
Type: 
Boolean
See Also