$Abs

From m204wiki
Revision as of 20:57, 28 October 2014 by ELowell (talk | contribs)
Jump to navigation Jump to search

Absolute value

Note: Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Abs function is the Absolute function.

The $Abs function returns the absolute value of its given argument.

Syntax

%num = $Abs(x)

For example:

$ABS(-50) = 50 $ABS(6) = 6