Skip to content

getbit

const getbit: (column, pos) => Column = bit_get;

Defined in: functions/bitwise.ts:23

Alias for bit_get.

Returns the value of the bit (0 or 1) at the specified position.

ParameterType
columnColOrName
posColOrName

Column