Skip to main content
Returns the integer component of a division operation Category: math Syntax:
Returns: Integer Context Filtering: ✓ Yes

Parameters

Allowed Column Types for dividend: INT, FLOAT, DECIMAL Allowed Column Types for divisor: INT, FLOAT, DECIMAL

Validation

  • Minimum parameters: 2
  • Maximum parameters: 2

Examples

Returns the integer component of division for each pair of values
19 divided by 5 is 3.8. Returns the integer component 3 Result: 3
If there is no integer component (0.6), the result is 0 Result: 0
Last modified on March 13, 2026