C# 클래스 Scratch.RomanNumerals.Roman

inspired by: http://www.sandimetz.com/blog/2016/6/9/make-everything-the-same
파일 보기 프로젝트 열기: handcraftsman/Scratch

공개 메소드들

메소드 설명
FromRoman ( this roman ) : int
ToRoman ( this i ) : string

메소드 상세

FromRoman() 공개 정적인 메소드

public static FromRoman ( this roman ) : int
roman this
리턴 int

ToRoman() 공개 정적인 메소드

public static ToRoman ( this i ) : string
i this
리턴 string