bitwiseRightShift
ts
const bitwiseRightShift: OperatorFn;Defined in: operations.ts:496
Applies a bitwise left right to the first argument by the second argument.
Remarks
Only the first two arguments are used. Additional arguments are ignored.
All arguments are converted to numbers before evaluation.
Param
Numeric arguments
Returns
Result of shifting the first argument to the right
Since
1.0.0
Author
Simon Kovtyk