Returns True if the integer is odd, False if it is even. Category:Documentation Index
Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
BooleanColumn
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
value | integer|column | ✓ Yes | The number or column of numbers to test. |
Validation
- Minimum parameters: 1
- Maximum parameters: 1
Examples
false
true
Related Functions
- IsEven - Test if a number is even