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.
file: /Techref/language/asp/js/174.htm, 3KB, , updated: 1996/11/22 10:11, local time: 2024/11/5 20:34,
18.227.183.131: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://linistepper.com/techref/language/asp/js/174.htm"> Microsoft® JScript Language Reference </A> |
Did you find what you needed? |