Skip to content

round

The round function rounds the input number to the nearest integer.

Usage

round(field)

Example:

eval rounded_duration = round(duration)

This creates a new field rounded_duration with the rounded value of duration.