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