Calculates the bitwise AND of two numbers 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:
Integer
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
number1 | integer or column | ✓ Yes | The first number for the bitwise AND operation |
number2 | integer or column | ✓ Yes | The second number for the bitwise AND operation |
number1: INT
Allowed Column Types for number2: INT
Validation
- Minimum parameters: 2
- Maximum parameters: 2
Examples
1