Overload | Description |
---|---|
Explicit Type Conversion(MySqlDecimal,Double) | Converts a double value to MySqlDecimal structure. |
Explicit Type Conversion(Decimal,MySqlDecimal) | Explicitly converts the MySqlDecimal structure to a decimal value. |
Explicit Type Conversion(Int64,MySqlDecimal) | Explicitly converts the MySqlDecimal structure to a long value. |
Explicit Type Conversion(Int32,MySqlDecimal) | Explicitly converts the MySqlDecimal structure to a int value. |
Explicit Type Conversion(Double,MySqlDecimal) | Explicitly converts the MySqlDecimal structure to a double value. |