Absolute Value function

The Absolute Value function determines the absolute value of the parameter.

Parameter: number

The number for which an absolute value is determined. This can be a source node, the result of another function, or a value you specify.

Returns: number

The absolute value of the parameter.

 Example:

10 is the result for both 10 and -10.