Click or drag to resize

LevenshteinOptions Properties

The LevenshteinOptions type exposes the following members.

Properties
  NameDescription
Public propertyLengthDelta
If the lengths of source and pattern differ by more than this value, do not calculate the Levenshtein distance and return
Max(source.Length, pattern.Length)
instead. Default is 0, i.e. calculate the Levenshtein distance for all inputs.
Top
See Also