Click or drag to resize

PriorityQueueTKey(Int32) Constructor

Initializes a new instance of the PriorityQueueTKey class with a specified initial capacity.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PriorityQueue(
	int capacity
)

Parameters

capacity  Int32
The initial capacity.
See Also