Skip to main content
Module

x/atlas_sdk/mod.ts>Double

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
class Double
extends BSONValue
import { Double } from "https://deno.land/x/atlas_sdk@v1.1.3/mod.ts";

A class representation of the BSON Double type.

Constructors

new
Double(value: number)

Create a Double type

Properties

readonly
_bsontype: "Double"
value: number

Methods

inspect(): string
toJSON(): number
toString(radix?: number): string
valueOf(): number

Access the number value.