Bit.bxor

From GiderosMobile
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.
This page contains changes which are not marked for translation.


Available since: Gideros 2013.09
Class: bit

Description

Returns the bitwise xor of its argument.

(number) = bit.bxor(x1,x2)

Parameters

x1: (number) first number for xor operation
x2: (number) second and more numbers can be provided for xor operation optional

Return values

Returns (number) bitwise xor