round: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (reset arma ver)
m (reset arma ver)
Line 6: Line 6:
| arma |= Game name
| arma |= Game name


|1.00 |= Game version
|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


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

Revision as of 03:36, 29 September 2006


-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
The round value of x.
Groups:
Uncategorised

Syntax

Syntax:
round x
Parameters:
x: Number
Return Value:
Number

Examples

Example 1:
round -5.25 Result is -5

Additional Information

See also:
See also needed

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

Notes

Bottom Section