BITAND

BITAND(arg1, arg2) → { number | string | boolean }

Returns a bitwise 'And' of two numbers.

Parameters:

Name Type Description
arg1 number

Is the decimal representation of the binary number you want to evaluate.

arg2 number

Is the decimal representation of the binary number you want to evaluate.

Returns:

Type
number | string | boolean