Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/web_bson/bench_deps.ts>stable.Long.fromNumber

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
method stable.Long.fromNumber
Re-export
import { stable } from "https://deno.land/x/web_bson@v0.2.4/bench_deps.ts";
const { Long } = stable;

Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned.

Parameters

value: number
  • The number in question
optional
unsigned: boolean
  • Whether unsigned or not, defaults to signed

Returns

The corresponding Long value