Skip to main content
Module

x/web_bson/mod.d.ts>Long#divide

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
method Long.prototype.divide
import { Long } from "https://deno.land/x/web_bson@v0.3.0/mod.d.ts";

Returns this Long divided by the specified. The result is signed if this Long is signed or unsigned if this Long is unsigned.

Parameters

divisor:
| string
| number
| Long

Returns

Quotient