ceil: Difference between revisions
Jump to navigation
Jump to search
m (Bot: Reverted to revision 94946 by killzone_kid on 2016-03-20T22:01:27Z) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| The ceil value of x. |= | | The ceil value of x. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Number]] <nowiki>=</nowiki> '''ceil''' x |= | | [[Number]] <nowiki>=</nowiki> '''ceil''' x |SYNTAX= | ||
|p1= x: [[Number]] |= | |p1= x: [[Number]] |PARAMETER1= | ||
| [[Number]] |= | | [[Number]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <pre>ceil 5.25</pre> | |x1= <pre>ceil 5.25</pre> | ||
Result is 6 |= | Result is 6 |EXAMPLE1= | ||
|x2= <pre>ceil -5.25</pre> | |x2= <pre>ceil -5.25</pre> | ||
Result is -5 |= | Result is -5 |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[floor]], [[round]], [[linearConversion]], [[Math Commands]]|= | | [[floor]], [[round]], [[linearConversion]], [[Math Commands]]|SEEALSO= | ||
}} | }} |
Revision as of 14:35, 7 April 2019
Description
- Description:
- The ceil value of x.
- Groups:
- Uncategorised
Syntax
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