Function Sign() Foundation

Determines the sign of a number as a numeric value.

Syntax
Sign( <nNumber> ;
    ) --> nSign
Return

Return values are:

-1

for negative numbers

0

for 0

+1

for positive numbers

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.