Float.st
changeset 15020 d3c13efd316f
parent 15017 d16c28f26b4f
child 15264 82b78761c585
child 18045 c0c600e0d3b3
equal deleted inserted replaced
15019:63c17b702b7c 15020:d3c13efd316f
  1061 
  1061 
  1062     ^ self
  1062     ^ self
  1063 !
  1063 !
  1064 
  1064 
  1065 asFloat
  1065 asFloat
  1066     "return a float with same value - thats me"
  1066     "return a float with same value - that's me"
  1067 
  1067 
  1068     ^ self
  1068     ^ self
  1069 !
  1069 !
  1070 
  1070 
  1071 asInteger
  1071 asInteger
  2899 ! !
  2899 ! !
  2900 
  2900 
  2901 !Float class methodsFor:'documentation'!
  2901 !Float class methodsFor:'documentation'!
  2902 
  2902 
  2903 version
  2903 version
  2904     ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.194 2013-03-31 20:06:39 cg Exp $'
  2904     ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.195 2013-03-31 20:45:44 cg Exp $'
  2905 !
  2905 !
  2906 
  2906 
  2907 version_CVS
  2907 version_CVS
  2908     ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.194 2013-03-31 20:06:39 cg Exp $'
  2908     ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.195 2013-03-31 20:45:44 cg Exp $'
  2909 ! !
  2909 ! !
  2910 
  2910 
  2911 
  2911 
  2912 Float initialize!
  2912 Float initialize!