FUNCTION:BITSHRN
last edited by
denny
on 01-Oct-2011
bitShrn
Description
Performs a bitwise shift-right, no-rotation operation.
Usage Syntax
bitShrn(number number,number count): number
Return Information
| Return Type |
| number |
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
| number | number | Yes | a integer |
| count | number | Yes | Integer, in the range 0-31, inclusive. Number of bits to shift the number |
SideBar
User Login