{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Abs
The absolute value of a real number is its numerical value without regard to its sign. So, for example, 3 is the absolute value of both 3 and -3.
Usage:
Abs( number )
Returns:
The absolute value of a number. This function will always return a positive value. The absolute value of 0 (zero) is also 0.
Examples:
Abs(-x) // Returns x Abs(x) // Returns x, where x is any number