Skip to main content
Rounds the input number down to the largest integer of equal or lesser value. Category: math Syntax:
Returns: IntColumn Context Filtering: ✓ Yes

Parameters

Allowed Column Types: INT, FLOAT, DECIMAL

Validation

  • Minimum parameters: 1
  • Maximum parameters: 1

Examples

Rounds down to largest integer. Result: 3
Rounds down negative number. Result: -4
Returns the Int for each row in the input column.
  • Sqrt - Calculate square root of a number
  • Sign - Determine if a number is positive, negative, or zero
Last modified on March 13, 2026