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

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

    Parameters

    value
    The MySqlDecimal structure to convert.

    Return Value

    A long converted from the MySqlDecimal structure.
    See Also