RingBuffer<T>.EnumerateTwoItems Method |
Enumerates two 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.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic IEnumerable<(T , T , int )> EnumerateTwoItems()
Return Value
IEnumerable<ValueTuple<T,
T,
Int32>>Enumeration of 2 items and the corresponding index of the first item.
See Also