@CalcMgrBitAnd

Purpose:

Performs a bitwise AND operation, which compares each bit of the first operand to the corresponding bit of the second operand. If both bits are 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.AND(double,double)

CDF Spec: @CalcMgrBitAnd(number1,number2)