Click here to show toolbars of the Web Online Help System: show toolbars |
Specifies the number to read.
1. |
The following example returns 1.
SIGN(2)
|
2. |
The following example returns 0.
SIGN(0)
|
3. |
The following example returns -1.
SIGN(-2)
|