LongestCommonSubstringBaseMinimumOnSlidingWindowAdd Method |
Adds the specified value to the window, and removes the item that is now expired from the window.
Namespace: Altaxo.Collections.TextAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Add(
int val
)
Parameters
- val Int32
- The val.
See Also