Sgn Function/text/sbasic/shared/03080701.xhpSgn functionSgn FunctionReturns an integer number between -1 and 1 that indicates if the number that is passed to the function is positive, negative, or zero.Syntax:Sgn (Number)Return value:IntegerParameters:Number: Numeric expression that determines the value that is returned by the function.