Skip to main content
Module

x/web_bson/src/long.ts>Long#shiftLeft

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
method Long.prototype.shiftLeft
import { Long } from "https://deno.land/x/web_bson@v0.2.4/src/long.ts";

Returns this Long with bits shifted to the left by the given amount.

Parameters

numBits: number | Long
  • Number of bits

Returns

Shifted Long