round

.round x:{Number} -> Number

Rounds a floating-point number to the nearest integer.

Return

x rounded to the nearest integer

Parameters

x

number to round

Chaining

This function is designed to be chained with other function calls:
Number::round -> Number