BITWISE Functions

All functions > BITWISE

All functions in the BITWISE category.

FunctionDescription
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.

Last update at: 2026/03/03 16:47:38
Last updated: 2026-03-03 16:48:19