BitSHRN  
 
 

Returns number bitwise shifted without rotation to the right by count bits.

See also BitSHLN.

 
 
  Syntax  
 
BitSHRN(number, count)

number

Long integer to be shifted to the right.

count

Integer specifying number of bits the number should be shifted.

 
 
  Usage  
 

Parameter count must be in the range from 0 to 31.

Bit functions operate on 32-bit integers.





 
 
BackUp LevelNext
 
 

allaire     AllaireDoc@allaire.com
    Copyright © 1998, Allaire Corporation. All rights reserved.