# Abs {{< image-center src="images/2_DevMode/vfx_editor/nodes/abs_1.png" alt="The Abs Node" >}} This **Node** can be used to get an *absolute* value, ie: the non-negative value of the input without regard to its sign. You can specify the value to get the absolute value of, or you can supply one [Node Inputs](#input), and the node will output the absolute value. When specifying a value, you can input it directly to the node input box, or you can input it through the [Inspector](../menus/#h5) window: {{< image-center src="images/2_DevMode/vfx_editor/nodes/abs_2.png" alt="The Inspector Window Inputs For The Abs Node" >}}   ### Node Inputs This node accepts the following the input:   - ##### X The value to get the absolute value from. If using a node input, the input must be a single value as vectors are not supported.     ### Node Output The node will output a positive scalar (float) value.