Click or drag to resize

LongestCommonGeneralizedRepeatL_preResults Field

For a given number of words as the index, this array stores some preliminarily found suffix regions for some algorithms (e.g. generalized common repeat algorithm).

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected List<LongestCommonGeneralizedRepeatLPreResult>? _preResults

Field Value

ListLongestCommonGeneralizedRepeatLPreResult
See Also