BITWISE Functions
All functions > BITWISE
All functions in the BITWISE category.
| Function | Description |
|---|---|
BIT_AND | Returns the bitwise AND of two bitstrings. |
BIT_OR | Returns the bitwise OR of two bitstrings. |
BIT_XOR | Returns the bitwise XOR (exclusive OR) of two bitstrings. |
BIT_NOT | Returns the bitwise NOT (complement) of a bitstring, flipping every bit. |
BIT_SHIFT_LEFT | Returns the bitstring shifted left by N positions, filling with zeros on the right. |
BIT_SHIFT_RIGHT | Returns the bitstring shifted right by N positions, filling with zeros on the left. |
Summary
- Functions in BITWISE: 6
This documentation is automatically generated from the FeatureMesh registry.