Name

BitAnd

Synopsis

BitAnd(number1, number2)

Returns the bitwise AND of two 32-bit integers. Examples:

<CFOUTPUT>
BitAnd(1,1): #BitAnd(1,1)#<BR>
BitAnd(2,10): #BitAnd(2,10)#<BR>
BitAnd(3,45): #BitAnd(3,45)#<BR>
BitAnd(128,256): #BitAnd(128,256)#<BR>
BitAnd(1024,32): #BitAnd(1024,32)#
</CFOUTPUT>

Get Programming ColdFusion now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.