Click or drag to resize

RingBufferEnqueueableOnlyTToArray Method

Converts to an array. The newest element is the first element in the returned array.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T[] ToArray()

Return Value

T
Array, with the newest element at first index.
See Also