MySqlDecimal Constructor(Double)
In This Topic
Initializes a new instance of the
MySqlDecimal structure.
Syntax
'Declaration
Public Function New( _
ByVal As Double _
)
public MySqlDecimal(
double
)
Parameters
- value
- Initial value of the structure.
See Also