C# Class AvsAnLib.AvsAn.Result

Datei anzeigen Open project: EamonNerbonne/a-vs-an

Public Properties

Property Type Description
Depth int
Word string

Public Methods

Method Description
Result ( Ratio ratio, string word, int depth ) : Internals

Method Details

Result() public method

public Result ( Ratio ratio, string word, int depth ) : Internals
ratio Ratio
word string
depth int
return Internals

Property Details

Depth public_oe property

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

Word public_oe property

The tested word.
public string Word
return string