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.4.0.0 (1.4.19.0529)
Syntax
public bool IsMinHeap { get; }

Property Value

Type: Boolean
See Also