Click or drag to resize

LongestCommonGeneralizedRepeatADDLElementInit Method

Initializes this element with the specified index and text.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void Init(
	int idx,
	int text
)

Parameters

idx  Int32
The index of the element.
text  Int32
The word index this element belongs to.
See Also