Round

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

With a vec2 input, this applies separately to the X and Y components.

Interface

Inputs

ParameterDetailsPossible Types
Value

The number to be rounded to the nearest whole number.

Primary Input

Vec2[]
Vec2
f32[]
f32
f64[]
f64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f64[]
f32
f32[]
Vec2
Vec2[]