Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Bson.Long.prototype.shiftRightUnsigned
Re-export
import { Bson } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";
const { Long } = Bson;

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

Parameters

numBits: Long | number
  • Number of bits

Returns

Shifted Long