Click or drag to resize

RingBufferTRemoveItems Method

Removes the n oldest items from the buffer.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void RemoveItems(
	int numberOfItems
)

Parameters

numberOfItems  Int32
The number of items.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionnumberOfItems
See Also