Manual     Reference     Scripting  
  
Scripting > Runtime Classes > Mathf   

Mathf.Sign  

static function Sign (f : float) : float

Description

Returns the sign of f.

Return value is 1 when f is positive or zero, -1 when f is negative.