'Declaration Overloads Public Operator Narrowing CType( _ ByVal value As MySqlDecimal _ ) As Integer |
public int operator explicit( MySqlDecimal value ) |
Parameters
- value
- The MySqlDecimal structure to convert.
Return Value
A int converted from the MySqlDecimal structure.