Click or drag to resize

LongestCommonSubstringBaseMinimumOnSlidingWindowAdd Method

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

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

Parameters

val  Int32
The val.
See Also