Click or drag to resize

LongestCommonSubstringBaseSuffixArrayRegion Constructor

Initializes a new instance of the LongestCommonSubstringBaseSuffixArrayRegion struct.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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