Click or drag to resize

LongestCommonSubstringBaseCommonSubstringPositionsForMaximumNumberOfWords Property

Returns the positions for common substrings for the maximum number of words that have at least one common substring. The result is identical to a call of GetSubstringPositionsCommonToTheNumberOfWords(Int32) with the argument MaximumNumberOfWordsWithCommonSubstring

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<CommonSubstring> CommonSubstringPositionsForMaximumNumberOfWords { get; }

Property Value

IEnumerableCommonSubstring
See Also