Click or drag to resize

PriorityQueueTKeyPeek Method

Peeks the element with the minimum key value. An exception is thrown if the queue is empty.

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

Return Value

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