Click or drag to resize

RingBufferEnqueueableOnlyTNewestValue Property

Gets the newest element available. An exception is thrown if no element is enqueued.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public T NewestValue { get; }

Property Value

T
Exceptions
ExceptionCondition
InvalidOperationExceptionNo element present in ring buffer
See Also