Bridge

Decimal..::..ToDouble Method

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

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

Syntax


[TemplateAttribute]
public static double ToDouble(
	decimal value
)
<TemplateAttribute> _
Public Shared Function ToDouble ( _
	value As Decimal _
) As Double
[TemplateAttribute]
public:
static double^ ToDouble(
	Decimal^ value
)

Parameters

value
Type: System..::..Decimal

Return Value

A double-precision floating-point number equivalent to d.