LongestCommonSubstringBaseSuffixArrayRegion Constructor |
Namespace: Altaxo.Collections.TextAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic SuffixArrayRegion(
int beg,
int end
)
Parameters
- beg Int32
- The first index in the suffix array.
- end Int32
- The last index in the suffix array.
See Also