Click or drag to resize

PriorityQueueTKeyDequeue Method

Dequeues the minimum key value. Throws an exception if the queue is empty.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public TKey Dequeue()

Return Value

TKey
Minimum key value.
Exceptions
ExceptionCondition
InvalidOperationExceptionQueue is empty.
See Also