dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / Implicit Type Conversion Operator / Implicit Type Conversion(MySqlDecimal,Int32) Operator
A value to convert.

In This Topic
    Implicit Type Conversion(MySqlDecimal,Int32) Operator
    In This Topic
    Converts an int value to MySqlDecimal structure.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As Integer _
    ) As MySqlDecimal
    public MySqlDecimal operator implicit( 
       int value
    )

    Parameters

    value
    A value to convert.

    Return Value

    A MySqlDecimal structure.
    See Also