Click or drag to resize

LongestCommonSubstringAEvaluate Method

Evaluates the longest common substring. After evaluation, the results can be accessed by the properties of this instance. Please be aware that the amount of resulting information depends on the state of [P:StoreVerboseResults].

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LongestCommonSubstringA Evaluate()

Return Value

LongestCommonSubstringA
This instance.
See Also