Convert.ToDouble Method (Single)

 

Converts the value of the specified single-precision floating-point number to an equivalent double-precision floating-point number.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

static member ToDouble : 
        value:float32 -> float

Parameters

value
Type: System.Single

The single-precision floating-point number.

Return Value

Type: System.Double

A double-precision floating-point number that is equivalent to value.

The following example converts a Single value to a Double value.

No code example is currently available or this language may not be supported.

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: