round: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (reset arma ver)
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(61 intermediate revisions by 13 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|ROUND]]
{{RV|type=command
[[Category:Scripting Commands ArmA|ROUND]]
{{Command|= Comments
____________________________________________________________________________________________


| arma |= Game name
|game1= arma1
|version1= 1.00


|1.00|= Game version
|game2= arma2
____________________________________________________________________________________________
|version2= 1.00


| The round value of x.  |= Description
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| '''round''' x |= Syntax
|game4= tkoh
|version4= 1.00


|p1= x: [[Number]] |= Parameter 1
|game5= arma3
|version5= 0.50


| [[Number]] |= Return value
|gr1= Math
____________________________________________________________________________________________
| x1 =<code>'''round''' -5.25</code> 
Result is -5 | = Example 1
|  |= See also


}}
|descr= Rounds the provided value to the closest integer.
 
|s1= [[round]] value
 
|p1= value: [[Number]]
 
|r1= [[Number]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>round 5.25; // returns 5</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x2= <sqf>round -5.25; // returns -5</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[floor]] [[ceil]] [[linearConversion]]
}}

Latest revision as of 11:24, 13 May 2022

Hover & click on the images for description

Description

Description:
Rounds the provided value to the closest integer.
Groups:
Math

Syntax

Syntax:
round value
Parameters:
value: Number
Return Value:
Number

Examples

Example 1:
round 5.25; // returns 5
Example 2:
round -5.25; // returns -5

Additional Information

See also:
floor ceil linearConversion

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