ProtoFlux:Value Negate: Difference between revisions

From Resonite Wiki
Stub
 
Filled in this node page.
Line 4: Line 4:
|Inputs=
|Inputs=
[
[
{"Type":"Dummy"}
{"Name":"N", "Type":"Dummy"}
]
]
|Outputs=
|Outputs=
[
[
{"Type":"Dummy"}
{"Name":"*", "Type":"Dummy"}
]
]
|}}
|}}


[[Category:ProtoFlux:Stubs]]
The '''Value Negate''' node takes in a value and returns the same value with the opposite sign.
 
{{Note|If you just need a value without a sign, use the [[ProtoFlux:Value Abs|Value Abs]] node instead.|suggestion}}
 
== Inputs ==
 
=== N (Pseudo-Generic) ===
 
The value we want the opposite sign of.
 
== Outputs ==
 
=== * (Pseudo-Generic) ===
 
Returns the value of the opposite sign.
 
== See Also ==
* Wikipedia's definition of [https://en.wikipedia.org/wiki/Additive_inverse additive inverse (negation)].
 
[[Category:ProtoFlux:Operators]]
[[Category:ProtoFlux:Operators]]

Revision as of 15:22, 27 June 2024

-n
N
*
Operators

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

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