Method Create
Create(object)
Creates a new instance of the BsonDouble class.
public static BsonDouble Create(object value)
Parameters
value
objectAn object to be mapped to a BsonDouble.
Returns
- BsonDouble
A BsonDouble.
Creates a new instance of the BsonDouble class.
public static BsonDouble Create(object value)
value
objectAn object to be mapped to a BsonDouble.
A BsonDouble.