- indexing
- title: "Field of REAL type"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: dale
class REAL_FIELD
- inherit
-
FIELD_OF_TYPE
[REAL]
- end
- creation
- make
end -- class REAL_FIELD