Round
Round to nearest integer. 2.4 → 2, 2.6 → 3.
Block
Interactive preview is available in the interactive reader.
Parameters
input- Any number. Output is the nearest integer.
How it works
Round uses standard rounding (half away from zero). Use Floor for always-down or Ceil for always-up.