Click or drag to resize

LongestCommonSubstringBase_singleResultOfNumberOfWords Field

If _verboseResultsOfNumberOfWords is false, stores only the first report of a longest common string for the given number of words. The content of one element is the beginning and the end index in the suffix array that indicate all suffixes that have this substring in common. The length of this substring is stored in _lcsOfNumberOfWords at the same index. If _verboseResultsOfNumberOfWords is true, this array is not used and is set to null.

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

Field Value

LongestCommonSubstringBaseSuffixArrayRegion
See Also