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