Name

BitOr

Synopsis

BitOr(number1, number2)

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

<cfoutput>
BitOr(1,1): #BitOr(1,1)#<br>
BitOr(2,10): #BitOr(2,10)#<br>
BitOr(3,45): #BitOr(3,45)#<br>
BitOr(128,256): #BitOr(128,256)#<br>
BitOr(1024,32): #BitOr(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.