Skip to main content

math.floor

Rounds the number down to the nearest integer.

math.floor(x: number): number

Arguments

NameDescriptionType
xN/Anumber

Returns number