![]() | LevenshteinOptions Properties |
The LevenshteinOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | LengthDelta |
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) |