C# Class LevenshteinAutomaton.AutomatonState

Automaton state.
Afficher le fichier Open project: ibendrup/LevenshteinAutomaton Class Usage Examples

Méthodes publiques

Свойство Type Description
Offset int
State int

Property Details

Offset public_oe property

The offset.
public int Offset
Résultat int

State public_oe property

State number
public int State
Résultat int