WordLevenshteinGetDistance Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calculate the distance between this WordLevenshtein object and a test string
Namespace:
Telogis.GeoBase.Indexes
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public int GetDistance(
string test
)
Public Function GetDistance (
test As String
) As Integer
Parameters
- test
- Type: SystemString
The test string to be calculated against
Return Value
Type:
Int32The WordLevenshtein distance between the query string and the test string
See Also