dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / MySqlDecimal Constructor / MySqlDecimal Constructor(Decimal)
Initial value of the structure.

In This Topic
    MySqlDecimal Constructor(Decimal)
    In This Topic
    Initializes a new instance of the MySqlDecimal structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Decimal _
    )
    public MySqlDecimal( 
       decimal value
    )

    Parameters

    value
    Initial value of the structure.
    See Also