floor: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (see also) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns the next lowest integer in relation to x. |= | | Returns the next lowest integer in relation to x. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Number]] <nowiki>=</nowiki> '''floor''' x |= | | [[Number]] <nowiki>=</nowiki> '''floor''' x |SYNTAX= | ||
|p1= x: [[Number]] |= | |p1= x: [[Number]] |PARAMETER1= | ||
| [[Number]] |= | | [[Number]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <pre>floor 5.25</pre> | |x1= <pre>floor 5.25</pre> | ||
Result is 5 |= | Result is 5 |EXAMPLE1= | ||
|x2= <pre>floor -5.25</pre> | |x2= <pre>floor -5.25</pre> | ||
Result is -6 |= | Result is -6 |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ceil]], [[round]], [[linearConversion]], [[Math Commands]]|= | | [[ceil]], [[round]], [[linearConversion]], [[Math Commands]]|SEEALSO= | ||
}} | }} |
Revision as of 14:39, 7 April 2019
Description
- Description:
- Returns the next lowest integer in relation to x.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
floor 5.25
Result is 5- Example 2:
floor -5.25
Result is -6
Additional Information
- See also:
- ceilroundlinearConversionMath 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