Skip to main content
Returns True if the integer is even, False if it is odd. Category: math Syntax:
Returns: BooleanColumn Context Filtering: ✓ Yes

Parameters

Allowed Column Types: INT

Validation

  • Minimum parameters: 1
  • Maximum parameters: 1

Examples

Tests whether 2 is even. Result: true
Tests whether 3 is even. Result: false
  • IsOdd - Test if a number is odd
Last modified on March 13, 2026