Click or drag to resize
Accord.NET (logo)

PriorityQueueNodeTIsEmpty Property

Gets a value indicating whether this node is empty (does not belong to any queue).

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public bool IsEmpty { get; }
Request Example View Source

Property Value

Type: Boolean
See Also