SIGN |
SIGN(number) |
Returns the numerical value indicating if a number is positive or negative. |
number | The number you want the sign of. |
REMARKS |
* If "number" > 0, then 1 is returned. * If "number" = 0, then 0 is returned. * If "number" < 0, then -1 is returned. * The equivalent VBA function is VBA.SGN * For the Microsoft documentation refer to support.microsoft.com * For the Google documentation refer to support.google.com |
|
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top