Initializes a new instance of the BsonDouble class.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax public BsonDouble(
double value
)
Public Sub New (
value As Double
)
new :
value : float -> BsonDouble
Parameters
- value
- Type: SystemDouble
The value.
See Also