Click or drag to resize

LongestCommonSubstringBaseL_lastLcp Field

Stores the last longest-common-prefix elements.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected LongestCommonSubstringBaseLLLElement[]? _lastLcp

Field Value

LongestCommonSubstringBaseLLLElement
See Also