Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class ECOM_DECIMAL General cluster: structures description: "COM Decimal Structure.  Wrapping COM DECIMAL type" create: make, make_from_pointer, make_from_double Ancestors ECOM_STRUCTURE* NUMERIC* Queries absolute: ECOM_DECIMAL ceiled_integer_portion: ECOM_DECIMAL divisible (other: ECOM_DECIMAL): BOOLEAN exists: BOOLEAN exponentiable (other: ECOM_DECIMAL): BOOLEAN identity alias "+": [like Current] ECOM_DECIMAL is_equal (other: [like Current] ECOM_DECIMAL): BOOLEAN item: POINTER minus alias "-" alias "" (other: [like Current] ECOM_DECIMAL): [like Current] ECOM_DECIMAL one: ECOM_DECIMAL opposite alias "-" alias "": [like Current] ECOM_DECIMAL plus alias "+" (other: [like Current] ECOM_DECIMAL): [like Current] ECOM_DECIMAL power alias "^" (other: [like Current] ECOM_DECIMAL): [like Current] ECOM_DECIMAL product alias "*" alias "×" (other: [like Current] ECOM_DECIMAL): [like Current] ECOM_DECIMAL quotient alias "/" alias "÷" (other: [like Current] ECOM_DECIMAL): [like Current] ECOM_DECIMAL rounded (value: INTEGER_32): ECOM_DECIMAL scale: INTEGER_32 shared: BOOLEAN structure_size: INTEGER_32 truncated_to_double: REAL_64 truncated_to_integer_portion: ECOM_DECIMAL zero: ECOM_DECIMAL Commands copy (other: [like Current] ECOM_DECIMAL) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_item (an_item: POINTER) set_shared set_unshared set_value (source: [like Current] ECOM_DECIMAL)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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