a
(integer, default: 0): The input integer for which to calculate the absolute value.result
(integer): The absolute value of the input integer.a
input of the ABS node.result
output.5 - 7
, which results in -2
. However, the ABS node then takes the absolute value of -2
, resulting in a final output of 2
.
a
input.