Math.Negate¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The float or integer (or sequence of floats or integers) to reverse the sign of. | Int Int2 Int3 Int4 Int8 Int16 Float Float2 Float3 Float4 Color [Any] |
||
Output ➡️ |
The input with its sign reversed. | Int Int2 Int3 Int4 Int8 Int16 Float Float2 Float3 Float4 Color [Any] |
This shard reverses the sign of the input. (A positive number becomes negative, and vice versa).