Difference between revisions of "Bit"
From GiderosMobile
Line 5: | Line 5: | ||
<translate>Provides bit based operations</translate> | <translate>Provides bit based operations</translate> | ||
{|- | {|- | ||
− | | style="width: 50%;"| | + | | style="width: 50%; vertical-align:top;"| |
=== Methods === | === Methods === | ||
− | [[bit.arshift]] | + | [[bit.arshift]] ''<translate>Returns the bitwise arithmetic right-shift</translate>''<br/> |
− | [[bit.band]] | + | [[bit.band]] ''<translate>Returns the bitwise and of its argument.</translate>''<br/> |
− | [[bit.bnot]] | + | [[bit.bnot]] ''<translate>Returns the bitwise not of its argument.</translate>''<br/> |
− | [[bit.bor]] | + | [[bit.bor]] ''<translate>Returns the bitwise or of its argument.</translate>''<br/> |
− | [[bit.bswap]] | + | [[bit.bswap]] ''<translate>Swaps the bytes of its argument and returns it</translate>''<br/> |
− | [[bit.bxor]] | + | [[bit.bxor]] ''<translate>Returns the bitwise xor of its argument.</translate>''<br/> |
− | [[bit.lshift]] | + | [[bit.lshift]] ''<translate>Returns the bitwise logical left-shift</translate>''<br/> |
− | [[bit.rol]] | + | [[bit.rol]] ''<translate>Returns the bitwise left rotation</translate>''<br/> |
− | [[bit.ror]] | + | [[bit.ror]] ''<translate>Returns the bitwise right rotation</translate>''<br/> |
− | [[bit.rshift]] | + | [[bit.rshift]] ''<translate>Returns the bitwise logical right-shift</translate>''<br/> |
− | [[bit.tobit]] | + | [[bit.tobit]] ''<translate>Normalizes a number to the numeric range for bit operations</translate>''<br/> |
− | [[bit.tohex]] | + | [[bit.tohex]] ''<translate>Converts its first argument to a hex string.</translate>''<br/> |
− | | style="width: 50%;"| | + | | style="width: 50%; vertical-align:top;"| |
=== Events === | === Events === | ||
=== Constants === | === Constants === | ||
|} | |} |
Revision as of 14:30, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2013.09
Description
Provides bit based operations
Methodsbit.arshift Returns the bitwise arithmetic right-shift |
EventsConstants |