Skip to main content
Version: 5.x

Nodes > Math > Common > Round

Round

Rounds the value to the nearest whole number. This is equivalent to floor(A + 0.5).

Inputs

NameTypeDescription
AfloatValue to round

Outputs

NameTypeDescription
floor( A + 0.5 )floatValue rounded to nearest whole number.
Was this page helpful?
Yes
No