SIGN( ) Function
Returns a numeric value of 1, –1, or 0 if the specified numeric expression evaluates to a positive, negative, or 0 value.
SIGN(nExpression) |
Parameters
- nExpression
-
Specifies the numeric expression SIGN( ) evaluates. SIGN( ) returns 1 if nExpression evaluates to a positive number, –1 if nExpression evaluates to a negative number, and 0 if nExpression evaluates to 0.
Return Value
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic