Sign

Returns the sign of the input value.

Note For nonzero complex numbers, this node returns a complex value with the same phase as the input and with a magnitude of 1.
1378

Inputs/Outputs

datatype_icon

number

An input to this operation.

This input supports any data type that contains only numbers, such as scalar numbers, arrays or clusters of numbers, and arrays of clusters of numbers.

datatype_icon

sign

The sign of the input value.

sign returns the following values.
-1 number is less than 0.
0 number is equal to 0.
1 number is greater than 0.
When number is in the form of a + bi, that is, when number is complex, the following equation defines sign: