LongestCommonSubstringBaseLLLElement(Int32, Int32) Constructor |
Namespace: Altaxo.Collections.TextAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic LLElement(
int lcp,
int idx
)
Parameters
- lcp Int32
- The longest common prefix value.
- idx Int32
- The index in the suffix array.
See Also