====Ceiling Node==== This node rounds-up any numeric value to the next highest integer. Unlike [[math_round|Round]] (which rounds to the //nearest// integer), this node always goes to the next highest. 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 up. ===Outputs=== **Output #1** is the rounded, integer version of the number. ===See Also=== [[math_round|Round]] \\ [[math_floor|Floor]]