Skip to content

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.

ParameterType
columnColOrName
posColOrName

Column