fill in the standard details |
m the node |
||
Line 12: | Line 12: | ||
|}} | |}} | ||
The '''Floor''' node rounds the input down to the previous integer (towards negative infinity). | |||
== Inputs == | == Inputs == |
Revision as of 03:28, 15 January 2024
Floor
Math
The Floor node rounds the input down to the previous integer (towards negative infinity).
Inputs
N (Generic)
Numeric value to floor.
Outputs
* (Generic)
The floor of the input with a matching type. For types with multiple values, each individual value is floored.