Click or drag to resize

LongestCommonSubstringBaseLLLElement(Int32, Int32) Constructor

Initializes a new instance of the LongestCommonSubstringBaseLLLElement class

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LLElement(
	int lcp,
	int idx
)

Parameters

lcp  Int32

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

idx  Int32

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

See Also