shiftright
function shiftright(column, numBits): Column;Defined in: functions/bitwise.ts:31
(Signed) shifts the given value numBits right.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
numBits | number |
function shiftright(column, numBits): Column;Defined in: functions/bitwise.ts:31
(Signed) shifts the given value numBits right.
| Parameter | Type |
|---|---|
column | ColOrName |
numBits | number |