Floor#
Rounds a value down to the previous integer.
Returns the largest integer less than or equal to the input. For example: 1.1 becomes 1.0, 1.9 becomes 1.0, -1.1 becomes -2.0.
Component Information#
Name:
FloorUI Name: Floor
Version: 1
Categories: Transform
Input Properties#
Property |
Display Name |
Type |
IO Type |
Default Value |
Optional |
|---|---|---|---|---|---|
input |
Input |
Float |
Input |
0.0 |
No |
Input#
The value to round down.
Output Properties#
Property |
Display Name |
Type |
IO Type |
Default Value |
Optional |
|---|---|---|---|---|---|
result |
Result |
Float |
Output |
0.0 |
No |
Result#
The input value rounded down to the previous integer.
Usage Notes#
This component is part of the RTX Remix graph system. It is intended for use in the Remix Toolkit and Runtime only.