Daily DAX : Day 19 BITXOR
This function returns a scalar value number which is the result of a bit wise OR of two numbers. Each number is converted to a binary number and positionaly a logical or is applied
Syntax
BITXOR (<value1>, <value2>)
This function returns a scalar value number which is the result of a bit wise OR of two numbers. Each number is converted to a binary number and positionaly a logical or is applied
Syntax
BITXOR (<value1>, <value2>)
Comments
Post a Comment