ceil: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Fix bad regex effects) |
(formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma1 | |game1= arma1 | ||
|1.00 | |version1= 1.00 | ||
|game2= arma2 | |||
|version2= 1.00 | |||
|game3= arma2oa | |||
|version3= 1.51 | |||
|game4= tkoh | |||
|version4= 1.00 | |||
|game5= arma3 | |||
|version5= 1.00 | |||
|gr1= Math | |gr1= Math | ||
| The ceil value of x. | |descr= The ceil value of x. | ||
| | |s1= '''ceil''' x | ||
|p1= x: [[Number]] | |p1= x: [[Number]] | ||
| [[Number]] | |r1= [[Number]] | ||
|x1= < | |x1= <code>[[ceil]] 5.25; {{cc|Result is 6}}</code> | ||
|x2= < | |x2= <code>[[ceil]] [[-]]5.25; {{cc|Result is -5}}</code> | ||
Result is -5 | |||
|seealso= [[floor]], [[round]], [[linearConversion | |seealso= [[floor]], [[round]], [[linearConversion]] | ||
}} | }} | ||
Revision as of 11:49, 14 March 2021
Description
- Description:
- The ceil value of x.
- Groups:
- Math
Syntax
Examples
Additional Information
- See also:
- floorroundlinearConversion
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