BitXorInteger (Float function)

From m204wiki
Revision as of 11:35, 30 March 2011 by John (talk | contribs) (Created page with "{{Template:Float:BitXorInteger subtitle}} The <var>BitXorInteger</var> intrinsic function performs a logical XOR on the bits of two integers. ==Syntax== {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Do bitwise exclusive Or of integers (Float class)

[Introduced in Sirius Mods 7.9]


The BitXorInteger intrinsic function performs a logical XOR on the bits of two integers.

Syntax

%number = float:BitXorInteger( xorBits)

Syntax terms

%resultA variable to receive the result of XORing together the bits of float and xorBits.
floatOne of the floats to be XORed.
xorBitsThe other float to be XORed.

Usage notes

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

Examples

See also