bit_get
function bit_get(column, pos): Column;Defined in: functions/bitwise.ts:18
Returns the value of the bit (0 or 1) at the specified position.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
pos | ColOrName |
function bit_get(column, pos): Column;Defined in: functions/bitwise.ts:18
Returns the value of the bit (0 or 1) at the specified position.
| Parameter | Type |
|---|---|
column | ColOrName |
pos | ColOrName |