Skip to main content
Module

x/atlas_sdk/mod.ts>Long#shiftRight

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
method Long.prototype.shiftRight
import { Long } from "https://deno.land/x/atlas_sdk@v1.1.3/mod.ts";

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

Parameters

numBits: number | Long
  • Number of bits

Returns

Shifted Long