|
Microsoft® JScript ! Operator |
| Language Reference | |
Used to perform logical negation on an expression.
result = !expressionThe ! operator syntax has these parts:
Part Description result Any variable. expression Any expression.
The following table illustrates how result is determined:
If expression is Then result is True False False True
All unary operators, such as the ! operator, evaluate expressions as follows:For the ! operator, if expression is nonzero, result is zero. If expression is zero, result is 1.
- 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.
- Booleans are treated as numbers (0 if false, 1 if true).
- The operator is applied to the resulting number.
See also:
| file: /Techref/language/asp/js/174.htm, 3KB, , updated: 1996/11/22 10:11, local time: 2012/2/10 06:42,
38.107.179.234:LOG IN |
| ©2012 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://www.piclist.com/techref/language/asp/js/174.htm"> Microsoft® JScript Language Reference </A> |
| Did you find what you needed? |
|
|
The only consistant, simple to use yet powerful development environment. It simulates real-world devices via virtual component "plugins" (LED,LCD,key,motor,TV,etc) in real time, has a syntax highlighting editor, macro assembler and disassembler. Regular updates and third-party plugins keep this software ahead of any other PIC IDE. |
.