BitXorInteger (Float function)
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
%result | A variable to receive the result of XORing together the bits of float and xorBits. |
---|---|
float | One of the floats to be XORed. |
xorBits | The other float to be XORed. |
Usage notes
- The BitXorInteger function is available as of Sirius Mods Version 7.9