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