DB
FunctionsMath

floor

Rounds each numeric input down to the largest integer less than or equal to it.

floor(…) → Float64

Kind · scalar

Rounds each numeric input down to the largest integer less than or equal to it.

Part of the Math family.