BitAnd (number1, number2)
Performs a bitwise logical AND operation.
<cfoutput> The Bitand of 10 and 1 is: #BitAnd(10,1)# The Bitand of 125 and 125 is: #BitAnd(125,125)# </cfoutput>