Name

BitXor

Synopsis

BitXor(number1, number2)

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

<CFOUTPUT>
BitXor(1,1): #BitXor(1,1)#<BR>
BitXor(2,10): #BitXor(2,10)#<BR>
BitXor(3,45): #BitXor(3,45)#<BR>
BitXor(128,256): #BitXor(128,256)#<BR>
BitXor(1024,32): #BitXor(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.