Bit.ror

From GiderosMobile
This page contains changes which are not marked for translation.


Available since: Gideros 2013.09
Class: bit

Description

Returns the bitwise right rotation of its first argument by the number of bits given by the second argument. Bits shifted out on one side are shifted back in on the other side.

(number) = bit.ror(x,n)

Parameters

x: (number) number to rotate
n: (number) amount of bits to rotate

Return values

Returns (number) bitwise right rotation