ProtoFlux:ValueAbs: Difference between revisions

From Resonite Wiki
Created a page for the Value Abs node.
 
m YoshBot moved page ProtoFlux:Value Abs to ProtoFlux:ValueAbs: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 15: Line 15:


You can think of using this node as "the distance from 0".
You can think of using this node as "the distance from 0".
{{Note|If you just need a value to be the opposite sign, use the [[ProtoFlux:Value Negate|Value Negate]] node instead.|suggestion}}


== Inputs ==
== Inputs ==

Latest revision as of 00:40, 21 August 2025

Abs
N
*
Math

The Value Abs node takes in a value and returns a value without its sign. Although, it would be truly impossible to have no sign on a value when it needs to be represented and stored in a computer device (and also mathematically sound), so it returns as a positive number (no matter what is provided as a value).

You can think of using this node as "the distance from 0".

If you just need a value to be the opposite sign, use the Value Negate node instead.

Inputs

N (Pseudo-Generic)

The value we want to become unsigned.

Outputs

* (Pseudo-Generic)

The unsigned value.

See Also