Difference between revisions of "Bit"
From GiderosMobile
Line 7: | Line 7: | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
=== Methods === | === Methods === | ||
− | [[bit.arshift]] ''<translate>Returns the bitwise arithmetic right-shift</translate>''<br/> | + | [[Special:MyLanguage/bit.arshift|bit.arshift]] ''<translate>Returns the bitwise arithmetic right-shift</translate>''<br/> |
− | [[bit.band]] ''<translate>Returns the bitwise and of its argument.</translate>''<br/> | + | [[Special:MyLanguage/bit.band|bit.band]] ''<translate>Returns the bitwise and of its argument.</translate>''<br/> |
− | [[bit.bnot]] ''<translate>Returns the bitwise not of its argument.</translate>''<br/> | + | [[Special:MyLanguage/bit.bnot|bit.bnot]] ''<translate>Returns the bitwise not of its argument.</translate>''<br/> |
− | [[bit.bor]] ''<translate>Returns the bitwise or of its argument.</translate>''<br/> | + | [[Special:MyLanguage/bit.bor|bit.bor]] ''<translate>Returns the bitwise or of its argument.</translate>''<br/> |
− | [[bit.bswap]] ''<translate>Swaps the bytes of its argument and returns it</translate>''<br/> | + | [[Special:MyLanguage/bit.bswap|bit.bswap]] ''<translate>Swaps the bytes of its argument and returns it</translate>''<br/> |
− | [[bit.bxor]] ''<translate>Returns the bitwise xor of its argument.</translate>''<br/> | + | [[Special:MyLanguage/bit.bxor|bit.bxor]] ''<translate>Returns the bitwise xor of its argument.</translate>''<br/> |
− | [[bit.lshift]] ''<translate>Returns the bitwise logical left-shift</translate>''<br/> | + | [[Special:MyLanguage/bit.lshift|bit.lshift]] ''<translate>Returns the bitwise logical left-shift</translate>''<br/> |
− | [[bit.rol]] ''<translate>Returns the bitwise left rotation</translate>''<br/> | + | [[Special:MyLanguage/bit.rol|bit.rol]] ''<translate>Returns the bitwise left rotation</translate>''<br/> |
− | [[bit.ror]] ''<translate>Returns the bitwise right rotation</translate>''<br/> | + | [[Special:MyLanguage/bit.ror|bit.ror]] ''<translate>Returns the bitwise right rotation</translate>''<br/> |
− | [[bit.rshift]] ''<translate>Returns the bitwise logical right-shift</translate>''<br/> | + | [[Special:MyLanguage/bit.rshift|bit.rshift]] ''<translate>Returns the bitwise logical right-shift</translate>''<br/> |
− | [[bit.tobit]] ''<translate>Normalizes a number to the numeric range for bit operations</translate>''<br/> | + | [[Special:MyLanguage/bit.tobit|bit.tobit]] ''<translate>Normalizes a number to the numeric range for bit operations</translate>''<br/> |
− | [[bit.tohex]] ''<translate>Converts its first argument to a hex string.</translate>''<br/> | + | [[Special:MyLanguage/bit.tohex|bit.tohex]] ''<translate>Converts its first argument to a hex string.</translate>''<br/> |
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
=== Events === | === Events === | ||
=== Constants === | === Constants === | ||
|} | |} |
Revision as of 16:34, 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 |