Click or drag to resize

GeneralizedSuffixArray(IntegerText) Constructor

Constructs a new instance of the GeneralizedSuffixArray class from IntegerText.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GeneralizedSuffixArray(
	IntegerText integerText
)

Parameters

integerText  IntegerText
The integer text data.
See Also