Click or drag to resize
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.2.0.0 (1.2.14.1118)
Syntax
public bool IsMinHeap { get; }

Property Value

Type: Boolean
See Also