Float.st
changeset 5557 f5f8d236027c
parent 5552 31b5cc144476
child 5822 4e56f8aadda5
equal deleted inserted replaced
5556:1056cc5d6ce0 5557:f5f8d236027c
  1519 	 the object to store must be a bytes value
  1519 	 the object to store must be a bytes value
  1520 	"
  1520 	"
  1521 	^ self elementBoundsError
  1521 	^ self elementBoundsError
  1522     ].
  1522     ].
  1523     ^ self subscriptBoundsError:index
  1523     ^ self subscriptBoundsError:index
  1524 !
  1524 ! !
       
  1525 
       
  1526 !Float methodsFor:'queries'!
  1525 
  1527 
  1526 basicSize
  1528 basicSize
  1527     "return the size in bytes of the float.
  1529     "return the size in bytes of the float.
  1528 
  1530 
  1529      Notice: 
  1531      Notice: 
  2079 ! !
  2081 ! !
  2080 
  2082 
  2081 !Float class methodsFor:'documentation'!
  2083 !Float class methodsFor:'documentation'!
  2082 
  2084 
  2083 version
  2085 version
  2084     ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.111 2000-08-21 22:44:01 cg Exp $'
  2086     ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.112 2000-08-22 13:56:43 cg Exp $'
  2085 ! !
  2087 ! !
  2086 Float initialize!
  2088 Float initialize!