Click or drag to resize

RingBufferTItemAt Method

Gets the item at index. The index zero refers to the oldest item in the buffer, 1 to the second oldest item, etc.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T ItemAt(
	int index
)

Parameters

index  Int32
The index.

Return Value

T
The item at index index.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionindex
See Also