new Double(value){Double}node_modules/bson/lib/bson/double.js, line 8A class representation of the BSON Double type.NameTypeDescriptionvaluenumberthe number we want to represent as a double.MethodsvalueOf(){number}node_modules/bson/lib/bson/double.js, line 21Access the number value.Returns:the wrapped double number.