C# Class AIMS_BD_IATI.Library.Levenshtein

Show file Open project: BD-IATI/edi

Public Methods

Method Description
LD ( String sNew, String sOld ) : int
iLD ( String sRow, String sCol ) : int

Private Methods

Method Description
Minimum ( int a, int b, int c ) : int

Method Details

LD() public static method

public static LD ( String sNew, String sOld ) : int
sNew String
sOld String
return int

iLD() public static method

public static iLD ( String sRow, String sCol ) : int
sRow String
sCol String
return int