Round

The rounding function (round) maps an input value to its nearest whole number. Halfway values are rounded away from zero.

Interface

Inputs

ParameterDetailsPossible Types
Value

The number to be rounded to the nearest whole number.

Primary Input

f32
f64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f32