Name

BitNot

Synopsis

BitNot(number)

Returns the bitwise NOT of a 32-bit integer. Examples:

<CFOUTPUT>
BitNot(0): #BitNot(0)#<BR>
BitNot(1): #BitNot(1)#<BR>
BitNot(10): #BitNot(10)#<BR>
BitNot(128): #BitNot(128)#<BR>
BitNot(1024): #BitNot(1024)#
</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.