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