Click or drag to resize
Accord.NET (logo)

PriorityQueueNodeT Properties

The PriorityQueueNodeT generic type exposes the following members.

Properties
  NameDescription
Public propertyInsertionIndex
Gets the original position at which this node was inserted.
Public propertyIsEmpty
Gets a value indicating whether this node is empty (does not belong to any queue).
Public propertyPriority
Gets a double-value representing the current priority for the node.
Public propertyQueueIndex
Gets the current position of this node in its containing queue.
Public propertyValue
Gets or sets the current value associated with this node.
Top
See Also