ShiftRight
Docslocal retval = ShiftRight(value, bitShift)Description
Right bit shifts a value.
It is advised you use the >> operator instead of this native. It does the same and is faster.
Parameters
| Name | Type | Description |
|---|---|---|
value | int | — |
bitShift | int | — |
Returns
intReturns an integer value.