HeapBaseTElementIsMinHeap Property |
Gets a value indicating whether this instance is a min heap (true) or a max heap (false)
Namespace:
SD.Tools.Algorithmia.Heaps
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax public bool IsMinHeap { get; }
Public ReadOnly Property IsMinHeap As Boolean
Get
Property Value
Type:
BooleanSee Also