Docs

Floor

Rounds down to the nearest whole number.

Floor node

The Floor node

When to use it

Rounds down to the nearest whole number.

Combined with a multiply and a divide it quantises a smooth value into steps, but Terrace already does that with the step size as one readable number. Come here when you actually want the integer: a cell index, a band number, the input to a hash.

Pins

Pin Type Description
Input Number The number to work on.
Pin Type Description
Result Number The answer.