Number.BitwiseXor

This function calculates the bitwise XOR operation between two numbers, number1 and number2, and returns the result.

Syntax

Number.BitwiseXor(number1 as nullable number, number2 as nullable number) as nullable number

About

This function calculates the bitwise XOR operation between two numbers, number1 and number2, and returns the result.