Prints a human-readable string of BSON value information If invoked manually without node.js.inspect function, this will default to a modified JSON.stringify
Optional
depth: numberOptional
options: unknownOptional
inspect: InspectFnStatic
fromAttempt to create an double type from string.
This method will throw a BSONError on any string input that is not representable as a IEEE-754 64-bit double. Notably, this method will also throw on the following string formats:
Strings with leading zeros, however, are also allowed
the string we want to represent as a double.
Generated using TypeDoc
A class representation of the BSON Double type.