Click or drag to resize

LongestCommonSubstringBase_lcsOfNumberOfWords Field

Stores in element idx the length of the longest substring that is common to idx number of words (it follows that index 0 and 1 are unused here).

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected int[]? _lcsOfNumberOfWords

Field Value

Int32
See Also