NevronOpenVision
Nevron.Nov.DataStructures Namespace / NStringSimilarityContext Class


In This Topic
NStringSimilarityContext Class Fields
In This Topic

For a list of all members of this type, see NStringSimilarityContext members.

Public Fields
 NameDescription
Public FieldThe total allowed cost within which two strings are considered similar.  
Public FieldThe cost for inserting a new character in the string.  
Public FieldThe cost for removing a character from the string.  
Public FieldThe cost for replacing a character from the string with other character.  
Public FieldThe cost for swapping to adjacent characters.  
Top
See Also