MACROMEDIA COLFUSION MX 7-CFML Reference page 506

Cfml reference
Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

BitXor
Description
Performs a bitwise logical XOR operation.
Returns
Bitwise XOR of two long integers.
Category
Mathematical functions
Function syntax
BitXor(number1, number2)
See also
BitAnd, BitNot,
Parameters
Parameter
number1
number2
Usage
Bit functions operate on 32-bit signed integers, in the range -2147483648 – 2147483647.
Example
<h3>BitXOr Example</h3>
<p>Returns the bitwise XOR of two long integers.
<p>BitXOr(5,255): <cfoutput>#BitXOr(5,255)#</cfoutput>
<p>BitXOr(5,0): <cfoutput>#BitXOr(5,0)#</cfoutput>
<p>BitXOr(128,128): <cfoutput>#BitXOr(128,128)#</cfoutput>
506
Chapter 3: ColdFusion Functions
BitOr
Description
32-bit signed integer
32-bit signed integer

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents