Difference between revisions of "Bit.arshift"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''<translate>Available since</translate>:''' Gideros 2013.09<br/> | '''<translate>Available since</translate>:''' Gideros 2013.09<br/> | ||
+ | '''<translate>Class</translate>:''' [[Special:MyLanguage/bit|bit]]<br/> | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate>Returns the bitwise arithmetic right-shift by the number of bits given by the second argument.</translate> | <translate>Returns the bitwise arithmetic right-shift by the number of bits given by the second argument.</translate> |
Revision as of 09:27, 24 August 2018
Available since: Gideros 2013.09
Class: bit
Description
Returns the bitwise arithmetic right-shift by the number of bits given by the second argument.
(number) = bit.arshift(x,n)
Parameters
x: (number) number to shift
n: (number) amount of bits to shift
Return values
Returns (number) bitwise arithmetic right-shift