abs

From Bohemia Interactive Community
Revision as of 02:29, 5 February 2021 by R3vo (talk | contribs) (fixed formatting, removed arg local)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns absolute (positive) value of a real number.
Groups:
Math

Syntax

Syntax:
Number = abs n
Parameters:
n: Number
Return Value:
Number

Examples

Example 1:
_n = abs -3; // Returns 3

Additional Information

See also:
+ -

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note