Show / Hide Table of Contents

Interface IDistance

Namespace: DaggerfallWorkshop.Game.Utility
Assembly: Assembly-CSharp.dll
Syntax
public interface IDistance

Methods

| Improve this Doc View Source

FindBestMatches(String, Int32)

Declaration
DistanceMatch[] FindBestMatches(string needle, int ntop)
Parameters
Type Name Description
String needle
Int32 ntop
Returns
Type Description
DistanceMatch[]
| Improve this Doc View Source

GetDistance(String, String, Single)

Declaration
float GetDistance(string s1, string s2, float upperBound = InfinityF)
Parameters
Type Name Description
String s1
String s2
Single upperBound
Returns
Type Description
Single
| Improve this Doc View Source

SetDictionary(List<String>)

Declaration
void SetDictionary(List<string> dictionary)
Parameters
Type Name Description
List<String> dictionary
| Improve this Doc View Source

SetDictionary(String[])

Declaration
void SetDictionary(string[] dictionary)
Parameters
Type Name Description
String[] dictionary
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX