Click or drag to resize

RingBufferTFourItemsAt Method

Gets the four items at index, index+1, index+2, and index+3.

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

Parameters

index  Int32
The index.

Return Value

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