SIGN
Computes -1 for negative, 0 for zero, 1 for positive.
Category: Numeric Functions
Syntax
SIGN(num)Arguments
- num
numberNumeric input value.
Returns
INTEGER — Returns the computed result as INTEGER.
Computes -1 for negative, 0 for zero, 1 for positive.
Category: Numeric Functions
SIGN(num)number
Numeric input value.INTEGER — Returns the computed result as INTEGER.