C# Class RomanCalculator.RomanNumeral

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode Description
RomanNumeral ( string roman ) : System.Collections.Generic
ToRoman ( int value ) : RomanNumeral
operator ( ) : RomanNumeral

Private Methods

Méthode Description
Parse ( string roman ) : int

Method Details

RomanNumeral() public méthode

public RomanNumeral ( string roman ) : System.Collections.Generic
roman string
Résultat System.Collections.Generic

ToRoman() public méthode

public ToRoman ( int value ) : RomanNumeral
value int
Résultat RomanNumeral

operator() public static méthode

public static operator ( ) : RomanNumeral
Résultat RomanNumeral