Skip to main content
Module

x/mongo/mod.ts>Long#shiftRight

MongoDB driver for Deno
Very Popular
Go to Latest
method Long.prototype.shiftRight
Re-export
import { Long } from "https://deno.land/x/mongo@v0.31.1/mod.ts";

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

Parameters

numBits: number | Long
  • Number of bits

Returns

Long

Shifted Long