Skip to main content
Module

x/mongo/deps.ts>Long#multiply

MongoDB driver for Deno
Very Popular
Go to Latest
method Long.prototype.multiply
import { Long } from "https://deno.land/x/mongo@v0.31.2/deps.ts";

Returns the product of this and the specified Long.

Parameters

multiplier:
| string
| number
| Long
  • Multiplier

Returns

Product