floor: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
(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 | ||
| Returns the next lowest integer in relation to x. | |descr= Returns the next lowest integer in relation to '''x'''. | ||
| | |s1= '''floor''' x | ||
|p1= x: [[Number]] | |p1= x: [[Number]] | ||
| [[Number]] | |r1= [[Number]] | ||
|x1= < | |x1= <code>[[floor]] 5.25; {{cc|Result is 5}}</code> | ||
Result is 5 | |||
|seealso= [[ceil]] | |x2= <code>[[floor]] [[-]]5.25; {{cc|Result is 6}}</code> | ||
|seealso= [[ceil]] [[round]] [[linearConversion]] | |||
}} | }} | ||
Revision as of 11:47, 14 March 2021
Description
- Description:
- Returns the next lowest integer in relation to x.
- Groups:
- Math
Syntax
Examples
Additional Information
- See also:
- ceil round linearConversion
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