Click or drag to resize

RingBufferTTwoItemsAt Method

Gets the two items at index index and index+1.

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

Parameters

index  Int32
The index.

Return Value

ValueTupleT, T
The two items at index and index+1.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionindex
See Also