Inside Coldfusion MX
BitXor (number1, number2) Description
Performs a bitwise logical XOR operation. Example
<cfoutput> The BitXOr of 10 and 1 is: #BitXOr(10,1)# The BitXOr of 125 and 125 is: #BitXOr(125,125)# </cfoutput> |
BitXor (number1, number2) Description
Performs a bitwise logical XOR operation. Example
<cfoutput> The BitXOr of 10 and 1 is: #BitXOr(10,1)# The BitXOr of 125 and 125 is: #BitXOr(125,125)# </cfoutput> |