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 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.