C# Class Scratch.RomanNumerals.Roman

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

Méthodes publiques

Méthode Description
FromRoman ( this roman ) : int
ToRoman ( this i ) : string

Method Details

FromRoman() public static méthode

public static FromRoman ( this roman ) : int
roman this
Résultat int

ToRoman() public static méthode

public static ToRoman ( this i ) : string
i this
Résultat string