| RepresentationConverterToDouble Method (Decimal) | 
            Converts a Decimal to a Double.
            
 
Namespace: MongoDB.Bson.Serialization.OptionsAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
 Syntax
Syntaxpublic double ToDouble(
	decimal value
)
Public Function ToDouble ( 
	value As Decimal
) As Double
member ToDouble : 
        value : decimal -> float 
Parameters
- value
- Type: SystemDecimal
 A Decimal.
Return Value
Type: 
DoubleA Double.
 See Also
See Also