Click or drag to resize

RingBufferTEnumerateThreeItems(Int32) Method

Enumerates three items at a time.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<(T , T , T , int )> EnumerateThreeItems(
	int increment
)

Parameters

increment  Int32
The increment. An increment of 1 steps forward by 1, an increment of 2 steps forward by 2, etc.

Return Value

IEnumerableValueTupleT, T, T, Int32
Enumeration of 3 items and the corresponding index of the first returned item.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionincrement
See Also