dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / Explicit Type Conversion Operator / Explicit Type Conversion(Double,MySqlDecimal) Operator
The MySqlDecimal structure to convert.

In This Topic
    Explicit Type Conversion(Double,MySqlDecimal) Operator
    In This Topic
    Explicitly converts the MySqlDecimal structure to a double value.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal value As MySqlDecimal _
    ) As Double
    public double operator explicit( 
       MySqlDecimal value
    )

    Parameters

    value
    The MySqlDecimal structure to convert.

    Return Value

    A double converted from the MySqlDecimal structure.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also