RingBufferTEnumerateFourItems(Int32) Method |
Enumerates four items at a time.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IEnumerable<(T , T , T , T , int )> EnumerateFourItems(
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,
T,
Int32Enumeration of 4 items and the corresponding index of the first returned item.
Exceptions See Also