Click or drag to resize

LongestCommonSubstringBaseSuffixArrayRegion Constructor

Initializes a new instance of the LongestCommonSubstringBaseSuffixArrayRegion class

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SuffixArrayRegion(
	int beg,
	int end
)

Parameters

beg  Int32

[Missing <param name="beg"/> documentation for "M:Altaxo.Collections.Text.LongestCommonSubstringBase.SuffixArrayRegion.#ctor(System.Int32,System.Int32)"]

end  Int32

[Missing <param name="end"/> documentation for "M:Altaxo.Collections.Text.LongestCommonSubstringBase.SuffixArrayRegion.#ctor(System.Int32,System.Int32)"]

See Also