7 Articles in this category
-
DarkLight
bitwise
7 Articles in this category
-
DarkLight
bit_and
Returns the bitwise AND of the two values.
Function signature
BIT_AND(number1: Number, number2: Number) => Number
Parameter
Description
Number 1
The first number
Number 2
The second number
Examples
...
Updated on : 18 May 2022
bit_not
Returns the bitwise NOT of the given value, inverting its bits.
Function signature
BIT_NOT(number: Number) => Number
Parameter
Description
Number
Number A
Examples
Formula
Return value
BIT_NO...
Updated on : 18 May 2022