C# 클래스 RomanNumerals.RomanNumeral

파일 보기 프로젝트 열기: antonydenyer/ProgrammingKatas 1 사용 예제들

공개 메소드들

메소드 설명
ContainsNumeral ( string numeral ) : bool
RomanNumeral ( int arabicNumber ) : System.Collections.Generic
RomanNumeral ( string romanNumeral ) : System.Collections.Generic
ToInt ( ) : int
ToNumeral ( ) : string

비공개 메소드들

메소드 설명
DuoNumeral ( char one, char two ) : string
GetLargestNumeral ( int arabicNumber ) : RomanNumeralMap
GetNumeral ( string numeral ) : RomanNumeralMap
GetintegerForNumeral ( string numeral ) : int
ParseRomanNumeral ( string romanNumeral ) : int
ToRomanNumeral ( int arabicNumber ) : string

메소드 상세

ContainsNumeral() 공개 메소드

public ContainsNumeral ( string numeral ) : bool
numeral string
리턴 bool

RomanNumeral() 공개 메소드

public RomanNumeral ( int arabicNumber ) : System.Collections.Generic
arabicNumber int
리턴 System.Collections.Generic

RomanNumeral() 공개 메소드

public RomanNumeral ( string romanNumeral ) : System.Collections.Generic
romanNumeral string
리턴 System.Collections.Generic

ToInt() 공개 메소드

public ToInt ( ) : int
리턴 int

ToNumeral() 공개 메소드

public ToNumeral ( ) : string
리턴 string