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