Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.18 KB

File metadata and controls

48 lines (40 loc) · 1.18 KB
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
devlang-javascript
language-reference
floor
JavaScript
TypeScript
DHTML
floor method
Math object
20745c76-6edc-450c-a770-8b94a1681071
9
mikejo5000
mikejo
ghogen

Math.floor Function (JavaScript)

Returns the greatest integer less than or equal to its numeric argument.

Syntax

  
Math.floor(number)   

Remarks

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

Requirements

[!INCLUDEjsv1]

See Also

Math.ceil Function