C# Class AvsAnLib.AvsAn.Result

Afficher le fichier Open project: EamonNerbonne/a-vs-an

Méthodes publiques

Свойство Type Description
Depth int
Word string

Méthodes publiques

Méthode Description
Result ( Ratio ratio, string word, int depth ) : Internals

Method Details

Result() public méthode

public Result ( Ratio ratio, string word, int depth ) : Internals
ratio Ratio
word string
depth int
Résultat Internals

Property Details

Depth public_oe property

How many letters of the tested word were used in determining the appropriate article.
public int Depth
Résultat int

Word public_oe property

The tested word.
public string Word
Résultat string