Click or drag to resize

LongestCommonSubstringBaseA_lastLcp Field

Stores the LCP values from the previous iteration.

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

Field Value

Int32
See Also