floor
Module Export
number |> numberRounds a number down to the nearest integer.
Examples
import 'math'
from from 1.56 floor
// Returns:1Module Export
number |> numberRounds a number down to the nearest integer.
import 'math'
from from 1.56 floor
// Returns:1