Skip to main content
Module

x/denodb/deps.ts>Bson.Long#multiply

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Go to Latest
method Bson.Long.prototype.multiply
import { Bson } from "https://deno.land/x/denodb@v1.0.40/deps.ts";
const { Long } = Bson;

Returns the product of this and the specified Long.

Parameters

multiplier:
| string
| number
| Long
| Timestamp
  • Multiplier

Returns

Long

Product