BitOffInteger (Float function): Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Template:Float:BitOffInteger subtitle}} The <var>BitOffInteger</var> intrinsic function turns off a set of bits in an integer as indicated by another. =...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:Float:BitOffInteger subtitle}} | {{Template:Float:BitOffInteger subtitle}} | ||
The <var>BitOffInteger</var> [[Intrinsic classes|intrinsic]] function turns off | The <var>BitOffInteger</var> [[Intrinsic classes|intrinsic]] function turns off the set of bits in one integer that are on in another. | ||
==Syntax== | ==Syntax== |
Revision as of 14:13, 29 September 2012
Clear bits in one integer from another (Float class)
[Introduced in Sirius Mods 7.9]
The BitOffInteger intrinsic function turns off the set of bits in one integer that are on in another.
Syntax
%result = float:BitOffInteger( offBits)
Syntax terms
%result | A variable to receive the result of turning off the bits of offBits in float. |
---|---|
float | The float to turn off bits in. |
offBits | The bits to turn off. |
Usage notes
- The BitOffInteger function is available as of Sirius Mods Version 7.9