Skip to main content
Module

x/atlas_sdk/deps.ts>Long#divide

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
method Long.prototype.divide
import { Long } from "https://deno.land/x/atlas_sdk@v1.1.3/deps.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