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
    public double ToDouble()

    Return Value

    A double value that represents the MySqlDecimal structure.
    See Also