INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

copyright: "Object Tools, 1996-2001"
version: "1.1"
cluster: formats
class G_FLOAT_POINT_FORMATTER
inherit

G_FIXED_POINT_FORMATTER
redefine
make,
output,
set_item
end
creation

make,
make_real
feature

make (f: DOUBLE_REF)
-- save new part - exponent, other save as fixed point :-)
require
format_real: f /= void

set_item (f: DOUBLE)
-- Set the new value without changing the format

output: STRING
end -- class G_FLOAT_POINT_FORMATTER

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES