FloatArray.st
branchjv
changeset 17761 b0e5971141bc
parent 17736 26cfea63471d
child 17767 a4a32df3aa5e
equal deleted inserted replaced
17760:b2add4d45cfb 17761:b0e5971141bc
   696      f1 := (1 to:5) asFloatArray.
   696      f1 := (1 to:5) asFloatArray.
   697      f2 := #(10 9 8 7 6) asFloatArray.
   697      f2 := #(10 9 8 7 6) asFloatArray.
   698      f1 replaceFrom:1 to:3 with:f2 startingAt:3       
   698      f1 replaceFrom:1 to:3 with:f2 startingAt:3       
   699     "
   699     "
   700 ! !
   700 ! !
   701 
       
   702 
       
   703 
   701 
   704 !FloatArray methodsFor:'queries'!
   702 !FloatArray methodsFor:'queries'!
   705 
   703 
   706 absMax
   704 absMax
   707     "return the largest absolute value"
   705     "return the largest absolute value"
   992 ! !
   990 ! !
   993 
   991 
   994 !FloatArray class methodsFor:'documentation'!
   992 !FloatArray class methodsFor:'documentation'!
   995 
   993 
   996 version
   994 version
   997     ^ '$Id: FloatArray.st 10482 2009-12-04 20:30:11Z vranyj1 $'
   995     ^ '$Id: FloatArray.st 10517 2010-04-26 18:26:38Z vranyj1 $'
   998 !
   996 !
   999 
   997 
  1000 version_CVS
   998 version_CVS
  1001     ^ '§Header: /cvs/stx/stx/libbasic/FloatArray.st,v 1.26 2009/12/01 22:11:19 cg Exp §'
   999     ^ '§Header: /cvs/stx/stx/libbasic/FloatArray.st,v 1.26 2009/12/01 22:11:19 cg Exp §'
       
  1000 !
       
  1001 
       
  1002 version_SVN
       
  1003     ^ '$Id: FloatArray.st 10517 2010-04-26 18:26:38Z vranyj1 $'
  1002 ! !
  1004 ! !