Click or drag to resize
Accord.NET (logo)

PriorityQueueTToArray Method

Returns an array containing the items in this list, optionally in in priority order.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public PriorityQueueNode<T>[] ToArray(
	bool sorted = true
)
Request Example View Source

Parameters

sorted (Optional)
Type: SystemBoolean
Whether to return the items in priority order.

Return Value

Type: PriorityQueueNodeT
See Also