Performs a bitwise logical NOT operation.
A number; the bitwise NOT of a long integer.
BitNot(number)
|
Parameter |
Description |
|---|---|
| number |
32-bit signed integer |
Bit functions operate on 32-bit signed integers, in the range -2147483648 - 2147483647.
<h3>BitNot Example</h3> <p>Returns the bitwise NOT of a long integer.</p> <p>BitNot(0): <cfoutput>#BitNot(0)#</cfoutput></p> <p>BitNot(255): <cfoutput>#BitNot(255)#</cfoutput></p>
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/8/htmldocs/functions_a-b_36.html