math
Syntax:
BooleanColumn
Context Filtering: ✓ Yes
Parameters
Allowed Column Types: INT
Validation
- Minimum parameters: 1
- Maximum parameters: 1
Examples
true
false
Related Functions
- IsOdd - Test if a number is odd
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
IsEven([number_column])
BooleanColumn
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
value | integer|column | ✓ Yes | The number or column of numbers to test. |
IsEven(2)
true
IsEven(3)
false