====Floor Node==== This node rounds-down any numeric value to the previous/lowest integer. Unlike [[math_round|Round]] (which rounds to the //nearest// integer), this node always goes to the previous/lower integer. This node is used in all [[analytic_modules|modules]] and is one of the [[folder_math|math nodes]]. {{node_math_round.png}} ===Inputs=== **Input #1** is a //number// that will be rounded down. ===Outputs=== **Output #1** is the rounded, integer version of the number. ===See Also=== [[math_round|Round]] \\ [[math_ceil|Ceil]]