ProtoFlux:ValueNegate

From Resonite Wiki
Revision as of 00:41, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Value Negate to ProtoFlux:ValueNegate: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
-n
N
*
Operators

The Value Negate node takes in a value and returns the same value with the opposite sign.

This is similar to just using the Mul node and having one of the values being -1.
If you just need a value without a sign, use the Value Abs node instead.

Inputs

N (Pseudo-Generic)

The value we want the opposite sign of.

Outputs

* (Pseudo-Generic)

Returns the value of the opposite sign.

See Also