Microsoft® JScript ~ Operator |
Language Reference Version 1 |
Used to perform a bitwise NOT (negation) on an expression.
result = ~ expressionThe ~ operator syntax has these parts:
Part Description result Any variable. expression Any expression.
All unary operators, such as the ~ operator, evaluate expressions as follows:
- If applied to undefined or null expressions, a run-time error is raised.
- Objects are converted to strings.
- Strings are converted to numbers if possible. If not, a run-time error is raised.
- Boolean values are treated as numbers (0 if false, 1 if true).
The operator is applied to the resulting number.
The ~ operator looks at the binary representation of the values of the expression and does a bitwise negation operation on it. The result of this operation behaves as follows:
0101 (expression) ---- 1010 (result)Any digit that is a 1 in the expression becomes a 0 in the result. Any digit that is a 0 in the expression becomes a 1 in the result.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/language/jscript/js633.htm, 3KB, , updated: 1997/9/30 03:44, local time: 2024/10/31 23:34,
3.142.252.87:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/language/jscript/js633.htm"> ~ Operator</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.