Tile - Math - Floor – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Math floor to Ylands:Tile - Math - Floor: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
[[ | <!--- | ||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Floor(Number) == | |||
[[File:YlandsTile-117.png]] | |||
<pre>static floor(number: number): number;</pre> | |||
=== Parameters === | |||
==== number ==== | |||
=== Returns === | |||
'''number''' | |||
=== Description === | |||
Returns value of input '''number''' rounded '''down''' to '''nearest integer'''. | |||
Line 8: | Line 25: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Floor(Number)
static floor(number: number): number;
Parameters
number
Returns
number
Description
Returns value of input number rounded down to nearest integer.