bitwiseLeftShift
ts
const bitwiseLeftShift: OperatorFn;Defined in: operations.ts:476
Applies a bitwise left shift 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 left
Since
1.0.0
Author
Simon Kovtyk