C# 클래스 AvsAnLib.AvsAn.Result

파일 보기 프로젝트 열기: EamonNerbonne/a-vs-an

공개 프로퍼티들

프로퍼티 타입 설명
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