dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2DecimalFloat Structure / Explicit Type Conversion Operator / Explicit Type Conversion(Double,DB2DecimalFloat) Operator
The source DB2DecimalFloat object to convert.

Explicit Type Conversion(Double,DB2DecimalFloat) Operator
Converts the DB2DecimalFloat parameter to System.Double.
Syntax
'Declaration
 
Overloads Public Operator Narrowing CType( _
   ByVal source As DB2DecimalFloat _
) As Double
 

Parameters

source
The source DB2DecimalFloat object to convert.

Return Value

A new System.Double structure.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also