Constructors
constructor
- new Decimal128(bytes): Decimal128
-
Properties
_bsontype
_bsontype: "Decimal128"
Readonly
bytes
bytes: Buffer
Methods
inspect
- inspect(): string
-
Returns string
toString
- toString(): string
-
Returns string
Static
fromString
- fromString(representation): Decimal128
-
A class representation of the BSON Decimal128 type.