Difference between revisions of "Bit"
(deprecated plugin since gideros 2022.1) |
m (→Description) |
||
Line 6: | Line 6: | ||
=== Description === | === Description === | ||
− | '''<big>THIS PLUGIN IS DEPRECATED SINCE GIDEROS 2022.1</big>''' | + | '''<big>THIS PLUGIN IS DEPRECATED SINCE GIDEROS 2022.1: use [[Bitwise_Operators|BITWISE OPERATORS]] instead</big>''' |
Provides bit based operations. | Provides bit based operations. | ||
Line 12: | Line 12: | ||
{|- | {|- | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
+ | |||
=== Methods === | === Methods === | ||
[[bit.arshift]] ''returns the bitwise arithmetic right-shift''<br/><!-- GIDEROSMTD:bit.arshift(x,n) Returns the bitwise arithmetic right-shift --> | [[bit.arshift]] ''returns the bitwise arithmetic right-shift''<br/><!-- GIDEROSMTD:bit.arshift(x,n) Returns the bitwise arithmetic right-shift --> |
Latest revision as of 18:34, 17 March 2023
Supported platforms:
Available since: Gideros 2013.09
Description
THIS PLUGIN IS DEPRECATED SINCE GIDEROS 2022.1: use BITWISE OPERATORS instead
Provides bit based operations.
Methodsbit.arshift returns the bitwise arithmetic right-shift |
EventsConstants |