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 MX, 2nd Edition 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.