BitShiftRightInteger (Float function): Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Template:Float:BitShiftRightInteger subtitle}} The <var>BitShiftRightInteger</var> intrinsic function performs a logical right shift on the bits of an in...") |
mNo edit summary |
||
Line 7: | Line 7: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%result</th><td>A variable to receive the result of shifting the bits of <var class="term">float</var> | <tr><th>%result</th> | ||
<td>A variable to receive the result of shifting the bits of <var class="term">float</var>.</td></tr> | |||
<tr><th> | <tr><th>float</th> | ||
<td>The integer to be shifted.</td></tr> | |||
<tr><th>shift</th> | |||
<td>The shift length.</td></tr> | |||
</table> | </table> | ||
==Usage notes== | ==Usage notes== | ||
<ul><li>The <var>BitShiftRightInteger</var> function is available as of <var class="product"> | <ul> | ||
<li>The <var>BitShiftRightInteger</var> function is available as of <var class="product">Sirius Mods</var> Version 7.9. | |||
</ul> | |||
==See also== | ==See also== | ||
{{Template:Float:BitShiftRightInteger footer}} | {{Template:Float:BitShiftRightInteger footer}} |
Latest revision as of 17:31, 2 November 2012
Do right shift of bits in an integer (Float class)
[Introduced in Sirius Mods 7.9]
The BitShiftRightInteger intrinsic function performs a logical right shift on the bits of an integer.
Syntax
%result = float:BitShiftRightInteger( shift)
Syntax terms
%result | A variable to receive the result of shifting the bits of float. |
---|---|
float | The integer to be shifted. |
shift | The shift length. |
Usage notes
- The BitShiftRightInteger function is available as of Sirius Mods Version 7.9.