abs: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2")
m (Text replacement - "<code>([^ ]*)<\/code>" to "<sqf>$1</sqf>")
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| ofp |Game name=
|game1= ofp
|version1= 1.00


|1.00|Game version=
|game2= ofpe
|version2= 1.00


|arg= local |Multiplayer Arguments=
|game3= arma1
____________________________________________________________________________________________
|version3= 1.00


| Absolute value of a real number |DESCRIPTION=
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| [[Number]] <nowiki>=</nowiki> '''abs''' n |SYNTAX=
|game5= arma2oa
|version5= 1.50


|p1= n: [[Number]] |PARAMETER1=
|game6= tkoh
|version6= 1.00


| [[Number]] |RETURNVALUE=
|game7= arma3
____________________________________________________________________________________________
|version7= 0.50
 
|x1= <code>_n = [[abs]] -3;</code>
Returns 3 |EXAMPLE1=
____________________________________________________________________________________________


|[[Math Commands]] |SEEALSO=
|gr1= Math


}}
|descr= Returns absolute (positive) value of a real number.
 
|s1= [[abs]] x


<h3 style="display:none">Notes</h3>
|p1= x: [[Number]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|r1= [[Number]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>_n = abs -3; // Returns 3</sqf>


[[Category:Scripting Commands|ABS]]
|seealso= [[+]] [[-]]
[[Category:Scripting Commands OFP 1.99|ABS]]
}}
[[Category:Scripting Commands OFP 1.96|ABS]]
[[Category:Scripting Commands OFP 1.46|ABS]]
[[Category:Scripting Commands ArmA|ABS]]
[[Category:Command_Group:_Math|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

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