indexing generator: "Eiffel Emitter 3.1rc1" external_name: "System.Double" assembly: "mscorlib", "1.0.3300.0", "neutral", "b77a5c561934e089" frozen expanded external class DOUBLE inherit DOUBLE_REF create default_create, make_from_reference convert make_from_reference ({DOUBLE_REF}), to_reference: {DOUBLE_REF, NUMERIC, COMPARABLE, PART_COMPARABLE, HASHABLE, ANY}, truncated_to_real: {REAL} feature -- Access frozen min_value: DOUBLE is -1.79769313486232E+308 frozen max_value: DOUBLE is 1.79769313486232E+308 frozen epsilon: DOUBLE is 4.94065645841247E-324; indexing library: "EiffelBase: Library of reusable components for Eiffel." copyright: "Copyright (c) 1984-2006, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class DOUBLE