Returns the largest integer less than or equal to the specified number.

Syntax

Smartsite SXML CopyCode image Copy Code
float math.floor(float a)

Parameters

Name Data Type Description
a Float Input number.

Return Value

Data Type Description
Float The largest integer less than or equal toA.

Expand image Example

SXML