Bit.bxor

From GiderosMobile
Revision as of 11:21, 23 August 2018 by Hgy29 (talk | contribs)

Available since: Gideros 2013.09

Description

Returns the bitwise xor of its argument.

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

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