Click or drag to resize

RingBufferT Constructor

Initializes a new instance of the RingBufferT class.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RingBuffer(
	int capacity
)

Parameters

capacity  Int32
The (fixed) capacity of the ring buffer. Has to be greater than 1.
See Also