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

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

Parameters

value
Initial value of the structure.
See Also