BitShiftRightInteger (Float function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.


See also