BitOffInteger (Float function): Difference between revisions

From m204wiki
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 a set of bits in an integer as indicated by another.
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

%resultA variable to receive the result of turning off the bits of offBits in float.
floatThe float to turn off bits in.
offBitsThe bits to turn off.

Usage notes

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

Examples

See also