Math.Negate¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
Any valid integer(s), floating point number(s), or a sequence of these types supported by this operation. | Int Int2 Int3 Int4 Int8 Int16 Float Float2 Float3 Float4 Color [Any] |
||
Output ➡️ |
The result of the operation, usually in the same type as the input value. If the input is a sequence, the output will be a sequence of results, with possible broadcasting according to the input and operand. | Int Int2 Int3 Int4 Int8 Int16 Float Float2 Float3 Float4 Color [Any] |
Applies the unary operation on the input value and returns the result. If the input is a sequence, the operation is applied to each element of the sequence.