Click or drag to resize

MinimumOnSlidingWindowTAdd Method

Adds the specified value to the window, and removes the item that is now expired from the window.

Namespace: Altaxo.Collections.Operations
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Add(
	T val
)

Parameters

val  T
The val.
See Also