Click or drag to resize

WordLevenshteinGetDistance Method

Verizon Connect Logo
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
)

Parameters

test
Type: SystemString
The test string to be calculated against

Return Value

Type: Int32
The WordLevenshtein distance between the query string and the test string
See Also