Skip to main content
Module

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

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

Returns the product of this and the specified Long.

Parameters

multiplier:
| string
| number
| Long
  • Multiplier

Returns

Product