Abs
Outputs the absolute value of A.
The B port comes from the binary-operation base class and is not used at all by Abs. Connecting to it does nothing.
Math nodes take a float and return a float, and are used as relays that convert a knob’s value into another value. For the full picture, see Math.
Input ports
| Port ID | Type |
|---|---|
A | float |
B | float |
Output ports
| Port ID | Type |
|---|---|
Result | float |
Scriptable members
| Path | Type |
|---|---|
currentValueA | float |
currentValueB | float |
Synapse Apps (scripting)
await synapse.modules.create({ type: "abs" }) 

