Explicit Type Conversion(Double,MySqlDecimal) Operator
Explicitly converts the
MySqlDecimal structure to a
double value.
'Declaration
Overloads Public Operator Narrowing CType( _
ByVal As MySqlDecimal _
) As Double
Parameters
- value
- The MySqlDecimal structure to convert.
Return Value
A
double converted from the
MySqlDecimal structure.