Floor Node

This node rounds-down any numeric value to the previous/lowest integer.

Unlike Round (which rounds to the nearest integer), this node always goes to the previous/lower integer.

This node is used in all modules and is one of the math nodes.

Inputs

Input #1 is a number that will be rounded down.

Outputs

Output #1 is the rounded, integer version of the number.

See Also