PriorityQueueTKey(Int32) Constructor |
Initializes a new instance of the
PriorityQueueTKey class with a specified initial capacity.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PriorityQueue(
int capacity
)
Parameters
- capacity Int32
- The initial capacity.
See Also