RingBufferTThreeItemsAt Method |
Gets the three items at index, index+1, and index+2.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public (T , T , T ) ThreeItemsAt(
int index
)
Parameters
- index Int32
- The index.
Return Value
ValueTupleT,
T,
TThe three items at index, index+1, and index+2.
Exceptions See Also