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