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

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

    Parameters

    value
    Initial value of the structure.
    See Also