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.TextAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected int[]? _lcsOfNumberOfWords
Field Value
Int32See Also