Show / Hide Table of Contents

Class RomanNumeralGenerator

Implementation of IGetsRomanNumeralForNumber which generates roman numerals from integers.

Inheritance
System.Object
RomanNumeralGenerator
Implements
IGetsRomanNumeralForNumber
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 Source

GetRomanNumeral(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.

Implements

IGetsRomanNumeralForNumber
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX