C# Class RomanCalculator.RomanNumeral

ファイルを表示 Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
RomanNumeral ( string roman ) : System.Collections.Generic
ToRoman ( int value ) : RomanNumeral
operator ( ) : RomanNumeral

Private Methods

Method Description
Parse ( string roman ) : int

Method Details

RomanNumeral() public method

public RomanNumeral ( string roman ) : System.Collections.Generic
roman string
return System.Collections.Generic

ToRoman() public method

public ToRoman ( int value ) : RomanNumeral
value int
return RomanNumeral

operator() public static method

public static operator ( ) : RomanNumeral
return RomanNumeral