@CalcMgrBitExOR

Purpose:

Performs an exclusive bitwise OR operation, which compares each bit of the first operand to the corresponding bit of the second operand. If either bit is 1, the corresponding result bit is set to 1; otherwise, the corresponding result bit is set to 0.

Syntax:

Java Class: com.hyperion.calcmgr.common.excel.cdf.BitwiseFunctions.EXCLUSIVEOR(double,double)

CDF Spec: @CalcMgrBitExOR(number1,number2)