sign
Last updated: 8/28/2026
Returns 1.0 if the input value is a positive number and
-1.0 if the input is a negative number.
Arguments
Numeric value.
Examples
| Expression | Result |
|---|---|
| sign(15) | 1.0 |
Numeric value.
| Expression | Result |
|---|---|
| sign(15) | 1.0 |