BITWISE Functions
All functions > BITWISE
All functions in the BITWISE category.
| Function | Description |
|---|---|
Bitwise AND | Returns the bitwise AND of two bitstrings. |
Bitwise OR | Returns the bitwise OR of two bitstrings. |
Bitwise XOR | Returns the bitwise XOR (exclusive OR) of two bitstrings. |
Bitwise NOT | Returns the bitwise NOT (complement) of a bitstring, flipping every bit. |
Bitwise left shift | Returns the bitstring shifted left by N positions, filling with zeros on the right. |
Bitwise right shift | Returns the bitstring shifted right by N positions, filling with zeros on the left. |
BIT_COUNT() | Returns the number of 1-bits in the two’s-complement binary representation of an integer. |
Summary
- Functions in BITWISE: 7
This documentation is automatically generated from the FeatureMesh registry.