abs: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
m (Text replacement - "<code>([^ ]*)<\/code>" to "<sqf>$1</sqf>")
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| ofp
|game1= ofp
|version1= 1.00


|1.00
|game2= ofpe
|version2= 1.00


|arg= local
|game3= arma1
|version3= 1.00
 
|game4= arma2
|version4= 1.00
 
|game5= arma2oa
|version5= 1.50
 
|game6= tkoh
|version6= 1.00
 
|game7= arma3
|version7= 0.50


|gr1= Math
|gr1= Math


| Absolute value of a real number
|descr= Returns absolute (positive) value of a real number.


| [[Number]] <nowiki>=</nowiki> '''abs''' n
|s1= [[abs]] x


|p1= n: [[Number]]
|p1= x: [[Number]]


| [[Number]]
|r1= [[Number]]
 
|x1= <code>_n = [[abs]] -3;</code>
Returns 3


|[[Math Commands]]
|x1= <sqf>_n = abs -3; // Returns 3</sqf>


|seealso= [[+]] [[-]]
}}
}}
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|ABS]]
[[Category:Scripting Commands OFP 1.99|ABS]]
[[Category:Scripting Commands OFP 1.96|ABS]]
[[Category:Scripting Commands OFP 1.46|ABS]]
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 11:59, 12 May 2022

Hover & click on the images for description

Description

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

Syntax

Syntax:
abs x
Parameters:
x: 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