Decimal128ToDecimal Method |
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax public static decimal ToDecimal(
Decimal128 d
)
Public Shared Function ToDecimal (
d As Decimal128
) As Decimal
static member ToDecimal :
d : Decimal128 -> decimal
Parameters
- d
- Type: MongoDB.BsonDecimal128
The number to convert.
Return Value
Type:
DecimalA
Decimal equivalent to
d.
See Also