Decimal..::..ToDouble Method
Converts the value of the specified Decimal to the equivalent double-precision floating-point number.
Namespace:
SystemAssembly: 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