abs: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "<code>([^ ]*)<\/code>" to "<sqf>$1</sqf>")
 
(55 intermediate revisions by 16 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|A]]
{{RV|type=command
[[Category:Scripting Commands OFP 1.97|A]]
[[Category:Scripting Commands OFP 1.46|A]]
[[Category:Scripting Commands ArmA|A]]


|game1= ofp
|version1= 1.00


<h2 style="color:#000066">'''abs ''x'''''</h2>
|game2= ofpe
|version2= 1.00


'''Operand types:'''
|game3= arma1
|version3= 1.00


'''x:''' [[Number]]
|game4= arma2
|version4= 1.00


'''Type of returned value:'''
|game5= arma2oa
|version5= 1.50


[[Number]]
|game6= tkoh
|version6= 1.00


'''Description:'''
|game7= arma3
|version7= 0.50


Absolute value of '''x'''.
|gr1= Math


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


'''Example:'''
|s1= [[abs]] x


_a = '''abs''' -3 ..........Result is 3
|p1= x: [[Number]]
 
|r1= [[Number]]
 
|x1= <sqf>_n = abs -3; // Returns 3</sqf>
 
|seealso= [[+]] [[-]]
}}

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