[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.2.2 ishift

ishift(i,count)
:: bit shift

return
integer
i count
integer

 
[0] ctrl("hex",1);
0x1
[1] ishift(0x1000000,12); 
0x1000
[2] ishift(0x1000,-12);   
0x1000000
[3] ixor(0x1248,ishift(1,-16)-1);

References
6.2.1 iand, ior, ixor.


This document was generated by root on March, 5 2004 using texi2html