C# 클래스 RomanCalculator.RomanNumeral

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

공개 메소드들

메소드 설명
RomanNumeral ( string roman ) : System.Collections.Generic
ToRoman ( int value ) : RomanNumeral
operator ( ) : RomanNumeral

비공개 메소드들

메소드 설명
Parse ( string roman ) : int

메소드 상세

RomanNumeral() 공개 메소드

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

ToRoman() 공개 메소드

public ToRoman ( int value ) : RomanNumeral
value int
리턴 RomanNumeral

operator() 공개 정적인 메소드

public static operator ( ) : RomanNumeral
리턴 RomanNumeral