Click or drag to resize

RingBufferTEnumerateThreeItems Method

Enumerates three items at a time. The forward step is nevertheless 1, i.e. in the next yield the second item is now the first one.

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()

Return Value

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