RingBufferTEnumerateTwoItems 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.3179.0 (4.8.3179.0)
Syntax public IEnumerable<(T , T , int )> EnumerateTwoItems()
Return Value
IEnumerableValueTupleT,
T,
Int32Enumeration of 2 items and the corresponding index of the first item.
See Also