Update wikipage Getting a STRING from a NUMERIC object. (Signed-off-by:tioui).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2008 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2018-04-30 12:55:26 +00:00
parent 27697ce926
commit 19429bd09d

View File

@@ -2,7 +2,7 @@
[[Property:weight|0]]
[[Property:title|Getting a STRING from a NUMERIC object]]
[[Property:link_title|NUMERIC to STRING]]
Every class have the <code>out</code> method that can be used to get a text version of the object. For a lot of class, this method return internal informations that is not really usefull for the end user. But for every <code>NUMERIC</code> class, the <code>out</code> method return a text representation of the number that the <code>NUMERIC</code> object represent.
Every class has the <code>out</code> method that can be used to get a text version of the object. For a lot of class, this method return internal informations that are not really useful for the end user. But for every <code>NUMERIC</code> class, the <code>out</code> method return a text representation of the number that the <code>NUMERIC</code> object represents.
<code>
print_integer(a_integer:INTEGER)