Skip to content

floor

The floor function rounds the input number down to the nearest integer.

Usage

floor(field)

Example:

eval floor_duration = floor(duration)

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