Returns either a positive or negative +/- 1, indicating the sign of a number passed into the argument. If the number passed is 0, it will return a +/- 0
ID
math-operators-sign
Name
Sign
Group
Operators
Package
Math
Keywords
Floor
Round
Opposite
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
x | Number | Input value |
Outputs
Name | Type | Description |
---|---|---|
sign | Number | Out +/- 1 or +/- 0 |