Click or drag to resize

MinimumOnSlidingWindowTRemove Method

Removes the expired element from this window. Note: normally this is done when you use the Add(T) function, thus there is no need to call this function separately. When the minimum item is the item that is expired now, then this function will remove this item from the collection and sets the current minimum to the next greater item.

Namespace: Altaxo.Collections.Operations
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Remove()
See Also