Method FindMax
FindMax()
Find the current largest item of this priority queue.
Declaration
T FindMax()
Returns
Type | Description |
---|---|
T | The largest item. |
FindMax(out IPriorityQueueHandle<T>)
Find the current largest item of this priority queue.
Declaration
T FindMax(out IPriorityQueueHandle<T> handle)
Parameters
Type | Name | Description |
---|---|---|
IPriorityQueueHandle<T> | handle | On return: the handle of the item. |
Returns
Type | Description |
---|---|
T | The largest item. |