Difference between revisions of "Bit"

From GiderosMobile
Line 7: Line 7:
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===
[[bit.arshift]] - Returns the bitwise arithmetic right-shift<br/>
+
[[bit.arshift]] {{<translate>Returns the bitwise arithmetic right-shift</translate>}}<br/>
[[bit.band]] - Returns the bitwise and of its argument.<br/>
+
[[bit.band]] {{<translate>Returns the bitwise and of its argument.</translate>}}<br/>
[[bit.bnot]] - Returns the bitwise not of its argument.<br/>
+
[[bit.bnot]] {{<translate>Returns the bitwise not of its argument.</translate>}}<br/>
[[bit.bor]] - Returns the bitwise or of its argument.<br/>
+
[[bit.bor]] {{<translate>Returns the bitwise or of its argument.</translate>}}<br/>
[[bit.bswap]] - Swaps the bytes of its argument and returns it<br/>
+
[[bit.bswap]] {{<translate>Swaps the bytes of its argument and returns it</translate>}}<br/>
[[bit.bxor]] - Returns the bitwise xor of its argument.<br/>
+
[[bit.bxor]] {{<translate>Returns the bitwise xor of its argument.</translate>}}<br/>
[[bit.lshift]] - Returns the bitwise logical left-shift<br/>
+
[[bit.lshift]] {{<translate>Returns the bitwise logical left-shift</translate>}}<br/>
[[bit.rol]] - Returns the bitwise left rotation<br/>
+
[[bit.rol]] {{<translate>Returns the bitwise left rotation</translate>}}<br/>
[[bit.ror]] - Returns the bitwise right rotation<br/>
+
[[bit.ror]] {{<translate>Returns the bitwise right rotation</translate>}}<br/>
[[bit.rshift]] - Returns the bitwise logical right-shift<br/>
+
[[bit.rshift]] {{<translate>Returns the bitwise logical right-shift</translate>}}<br/>
[[bit.tobit]] - Normalizes a number to the numeric range for bit operations<br/>
+
[[bit.tobit]] {{<translate>Normalizes a number to the numeric range for bit operations</translate>}}<br/>
[[bit.tohex]] - Converts its first argument to a hex string.<br/>
+
[[bit.tohex]] {{<translate>Converts its first argument to a hex string.</translate>}}<br/>
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Events ===
 
=== Events ===
 
=== Constants ===
 
=== Constants ===
 
|}
 
|}

Revision as of 15:18, 23 August 2018