Implicit Type Conversion(DB2Decimal,DB2Int64) Operator
Converts the
DB2Int64 parameter to the
DB2Decimal.
'Declaration
Overloads Public Operator Widening CType( _
ByVal As DB2Int64 _
) As DB2Decimal
Parameters
- x
- The source DB2Int64 object to convert.
Return Value