Use this when you want to always round a number down within a flow, for example conservatively estimating capacity. How to:Feed in a numberThe result is the nearest integer, rounded down.Example:2.5 -> 23.75 -> 35.2 -> 5