- indexing
- title: "Integer value fitting in 16 bit"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: sockets
expanded class ESL_INT_16
- feature -- Conversion
-
from_integer (i: INTEGER)
-
to_integer: INTEGER
end -- class ESL_INT_16