Nodes > Math > Common > Round

Rounds the value to the nearest whole number. This is equivalent to floor(A + 0.5).
Inputs
| Name | Type | Description |
|---|---|---|
| A | float | Value to round |
Outputs
| Name | Type | Description |
|---|---|---|
| floor( A + 0.5 ) | float | Value rounded to nearest whole number. |
Was this page helpful?