Sgn(number)
Returns an integer that indicates the sign of a number
The Sgn function has the following return values:
If number is greater than zero, Sgn returns 1.
If number is equal to zero, Sgn returns 0.
If number is less than zero, Sgn returns -1.
More: