floor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|FLOOR]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|FLOOR]]
____________________________________________________________________________________________


| arma |= Game name


<h2 style="color:#000066"> ''' floor  '' x'''''</h2>
|2.01|= Game version
____________________________________________________________________________________________


| The floor value of x. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''floor''' |= Syntax


'''x''': [[Number]]
|p1= x [[Number]] |= Parameter 1
   
'''Type of returned value:'''


[[Number]]
| [[Number]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>floor 5.25 , result is 5</pre> |= Example 1
____________________________________________________________________________________________


'''Compatibility:'''
|  |= See also


Version 2.01 required.
}}


'''Description:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


The floor value of '''x'''.
<!-- Note Section END -->
</dl>


 
<h3 style="display:none">Bottom Section</h3>
'''Example:'''
[[Category:Scripting Commands|FLOOR]]
   
[[Category:Scripting Commands ArmA|FLOOR]]
'''floor''' 5.25 , result is 5

Revision as of 01:13, 2 August 2006

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

Description

Description:
The floor value of x.
Groups:
Uncategorised

Syntax

Syntax:
floor
Parameters:
x Number
Return Value:
Number

Examples

Example 1:
floor 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