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>")
 
(66 intermediate revisions by 17 users not shown)
Line 1: Line 1:
{{RV|type=command


== '''abs ''x''''' ==
|game1= ofp
|version1= 1.00


Operand types:
|game2= ofpe
x: Number
|version2= 1.00


Type of returned value:
|game3= arma1
Number
|version3= 1.00


Description:
|game4= arma2
Absolute value of x.
|version4= 1.00


Example:
|game5= arma2oa
_a = abs -3 ..........Result is 3
|version5= 1.50
 
|game6= tkoh
|version6= 1.00
 
|game7= arma3
|version7= 0.50
 
|gr1= Math
 
|descr= Returns absolute (positive) value of a real number.
 
|s1= [[abs]] x
 
|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