new Double(value){Double}
A class representation of the BSON Double type.
Name | Type | Description |
---|---|---|
value |
number |
the number we want to represent as a double. |
Methods
-
valueOf(){number}
-
Access the number value.
Returns:
the wrapped double number.