Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class I18N_VALUE_FORMATTER General cluster: formatter description: "Class that provides functions to format a number according to information in an I18N_NUMERIC_INFO" create: make Ancestors ANY Queries format_integer_16 (a_integer_16: INTEGER_16): STRING_32 format_integer_32 (a_integer_32: INTEGER_32): STRING_32 format_integer_64 (a_integer_64: INTEGER_64): STRING_32 format_integer_8 (a_integer_8: INTEGER_8): STRING_32 format_real_32 (a_real_32: REAL_32): STRING_32 format_real_64 (a_real_64: REAL_64): STRING_32 Commands make (a_numeric_info: I18N_NUMERIC_INFO) Constraints decimal separator exists reasonable numbers after decimal separator group separator exists valid grouping
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org