Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Perform bitwise xor operation.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Math | 4.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
value1 | The first number. | 5 |
value2... | The second number. | 6 |
Returns number.
Applies bitwise or for three numbers which gives 19:
MBS("Math.BitwiseXOR"; 5; 6; 16)
This function is free to use.
Created 18th August 2014, last changed 5th June 2021