Class RomanNumeralGenerator
Implementation of IGetsRomanNumeralForNumber which generates roman numerals from integers.
Inheritance
System.Object
RomanNumeralGenerator
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZptSharp.Expressions
Assembly: ZptSharp.dll
Syntax
public class RomanNumeralGenerator : IGetsRomanNumeralForNumber
Methods
| Improve this Doc View SourceGetRomanNumeral(Int32)
Gets the roman numeral for the specified number.
Declaration
public string GetRomanNumeral(int number)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | number | Number. |
Returns
Type | Description |
---|---|
System.String | The roman numeral. |