dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / ToDouble Method

In This Topic
ToDouble Method
In This Topic
Returns double representation of MySqlDecimal instance.
Syntax
'Declaration
 
Public Function ToDouble() As Double
 

Return Value

A double value that represents the MySqlDecimal structure.
See Also