Package gov.nih.nlm.nls.nc

This nc package provides API of number convert functions.

See:
          Description

Class Summary
ArabicNumber This class provides methods for adding/removing commas to/from an Arabic number.
NumberConverter This class provides methods for number converters.
RomanNumber This class applies Ozawa Sakuro's method to convert Roman number to Arabic number, and vise versa.
WordsNumber This class converts Words number to Arabic number, and vise versa.
 

Package gov.nih.nlm.nls.nc Description

This nc package provides API of number convert functions. A Java object, NumberConverter, provides public static methods for conversion among Arabic numbers, Roman numbers, and words numbers.

A public static method, NumberConverter.Convert( ), is implemnted for ultimate converting. It takes any number representations and convert to Arabic numbers, Roman numbers, and words numbers.

Since:
2002