BitShiftRightInteger (Float function): Difference between revisions

From m204wiki
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...")
(No difference)

Revision as of 11:59, 30 March 2011

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

%resultA variable to receive the result of shifting the bits of float.
floatThe float to be shifted.
shiftThe shift length.

Usage notes

  • The BitShiftRightInteger function is available as of Sirius Mods Version 7.9

Examples

See also