C# Класс AvsAnLib.AvsAn.Result

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Depth int
Word string

Открытые методы

Метод Описание
Result ( Ratio ratio, string word, int depth ) : Internals

Описание методов

Result() публичный Метод

public Result ( Ratio ratio, string word, int depth ) : Internals
ratio Ratio
word string
depth int
Результат Internals

Описание свойств

Depth публичное свойство

How many letters of the tested word were used in determining the appropriate article.
public int Depth
Результат int

Word публичное свойство

The tested word.
public string Word
Результат string