Skip to main content

ABS

Returns the absolute value of a number.

CategoryMath
SyntaxABS(number)

Parameters

ParameterRequiredDescription
numberRequiredThe real number of which you want the absolute value.

Example

ABS(-5 ft)       // → 5 ft
ABS(3) // → 3

Auto-generated from the EngCanvas function registry.