Number.BitwiseAnd

This function calculates the outcome of applying a bitwise "And" operation to number1 and number2.

Syntax

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

About

This function calculates the outcome of applying a bitwise "And" operation to number1 and number2.