Floor Scalar: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
<!-- imported from file: module_93.html--> | <!-- imported from file: module_93.html--> | ||
[[Category:Round | [[Category:Round]] | ||
Revision as of 18:41, 1 June 2011
Node Description & Purpose:
The Floor scalar node takes the Input value and outputs the nearest whole number not greater than the Input value. For example:
An input of 1.2 will become 1.0
An input of 2.9 will become 2.0
An input of 5.0 will become 5.0
Node Type: Function
Settings:
This node has no other settings apart from the Input node.
