ceil: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
m (template:command argument fix)
(23 intermediate revisions by 10 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|CEIL]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|CEIL]]
____________________________________________________________________________________________


| arma |= Game name


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


| The ceil value of x. |DESCRIPTION=
____________________________________________________________________________________________


'''Operand types:'''
| [[Number]] <nowiki>=</nowiki> '''ceil''' x |SYNTAX=


'''x:''' [[Number]]
|p1= x: [[Number]] |PARAMETER1=


'''Type of returned value:'''
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <pre>ceil 5.25</pre>
Result is 6 |EXAMPLE1=
|x2= <pre>ceil -5.25</pre>
Result is -5 |EXAMPLE2=
____________________________________________________________________________________________


[[Number]]
| [[floor]], [[round]], [[linearConversion]], [[Math Commands]]|SEEALSO=


'''Compatibility:'''
}}


Version 2.x required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


The ceil value of x.
<h3 style="display:none">Bottom Section</h3>


'''Example''':
[[Category:Scripting Commands|CEIL]]
 
[[Category:Scripting Commands ArmA|CEIL]]
'''ceil''' 5.25 , result is 6
[[Category:Command_Group:_Math|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 15:35, 7 April 2019

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

Description

Description:
The ceil value of x.
Groups:
Uncategorised

Syntax

Syntax:
Number = ceil x
Parameters:
x: Number
Return Value:
Number

Examples

Example 1:
ceil 5.25
Result is 6
Example 2:
ceil -5.25
Result is -5

Additional Information

See also:
floorroundlinearConversionMath Commands

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