Click or drag to resize

RepresentationConverterToDouble Method (Single)

Converts a Single to a Double.

Namespace:  MongoDB.Bson.Serialization.Options
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax
public double ToDouble(
	float value
)

Parameters

value
Type: SystemSingle
A Single.

Return Value

Type: Double
A Double.
See Also