C# Class Scratch.RomanNumerals.Roman

inspired by: http://www.sandimetz.com/blog/2016/6/9/make-everything-the-same
Datei anzeigen Open project: handcraftsman/Scratch

Public Methods

Method Description
FromRoman ( this roman ) : int
ToRoman ( this i ) : string

Method Details

FromRoman() public static method

public static FromRoman ( this roman ) : int
roman this
return int

ToRoman() public static method

public static ToRoman ( this i ) : string
i this
return string