Click or drag to resize
Accord.NET (logo)

PriorityQueueT Properties

The PriorityQueueT generic type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets the current capacity of this queue.
Public propertyCount
Gets the number of nodes in the queue. This is an O(1) operation.
Public propertyFirst
Returns the head of the queue, without removing it (use Dequeue() for that). If the queue is empty, behavior is undefined. This is an O(1) operation.
Public propertyIsReadOnly
Gets a value indicating whether this instance is read only (returns false).
Public propertyOrder
Top
See Also