Convert.ToDouble Method (Decimal)

 

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

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

static member ToDouble : 
        value:decimal -> float

Parameters

value
Type: System.Decimal

The decimal number to convert.

Return Value

Type: System.Double

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

The following example converts a Decimal 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: