Inside Coldfusion MX

"-->

BitAnd (number1, number2)

Description

Performs a bitwise logical AND operation.

Example

<cfoutput> The Bitand of 10 and 1 is: #BitAnd(10,1)# The Bitand of 125 and 125 is: #BitAnd(125,125)# </cfoutput>

Категории