| title | ms.custom | ms.date | ms.prod | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Math.floor Function (JavaScript) | Microsoft Docs |
01/18/2017 |
windows-client-threshold |
|
language-reference |
|
|
|
20745c76-6edc-450c-a770-8b94a1681071 |
9 |
mikejo5000 |
mikejo |
ghogen |
Returns the greatest integer less than or equal to its numeric argument.
Math.floor(number)
The required number argument is a numeric expression.
The return value is an integer value equal to the greatest integer less than or equal to its numeric argument.
Applies To: Math Object
[!INCLUDEjsv1]