Microsoft® JScript - Operator |
Language Reference Version 1 |
Used to find the difference between two numbers or to indicate the negative value of a numeric expression.
result = number1 - number2
-numberThe - operator syntax has these parts:
Part Description result Any numeric variable. number Any numeric expression. number1 Any numeric expression. number2 Any numeric expression.
In Syntax 1, the - operator is the arithmetic subtraction operator used to find the difference between two numbers. In Syntax 2, the - operator is used as the unary negation operator to indicate the negative value of an expression.For information on when a run-time error is generated by Syntax 1, see the Operator Behavior table.
For Syntax 2, as for all unary operators, expressions are evaluated as follows:
The operator is applied to the resulting number. In Syntax 2, if the resulting number is nonzero, result is equal to the resulting number with its sign reversed. If the resulting number is zero, result is zero.
- 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).
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/language/jscript/js674.htm, 3KB, , updated: 1997/9/30 03:45, local time: 2024/10/31 23:38,
3.142.194.55: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/js674.htm"> - Operator</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.