Click or drag to resize

LongestCommonRepeatA Properties

The LongestCommonRepeatA type exposes the following members.

Properties
 NameDescription
Public propertyCommonSubstringPositionsForMaximumNumberOfWordsReturns 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
(Inherited from LongestCommonSubstringBase)
Public propertyMaximumNumberOfWordsWithCommonSubstringGets or sets the maximum number of words with a common substring.
(Inherited from LongestCommonSubstringBase)
Public propertyStoreVerboseResultsGets or sets a value indicating whether to store all longest common substrings for a given number of words or just one.
(Inherited from LongestCommonSubstringBase)
Top
See Also