Send feedback on this topic.
Teradata.Client.Provider
Explicit Type Conversion(TdDecimal,Double) Operator



Teradata.Client.Provider Namespace > TdDecimal Structure > Explicit Type Conversion Operator : Explicit Type Conversion(TdDecimal,Double) Operator
A Double
Converts a System.Double to a TdDecimal.
Syntax
'Declaration
 
Overloads Public Operator Narrowing CType( _
   ByVal input As Double _
) As TdDecimal
'Usage
 
public TdDecimal operator explicit( 
   double input
)
public:
TdDecimal operator explicit( 
   double input
)

Parameters

input
A Double

Return Value

A TdDecimal
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdDecimal Structure
TdDecimal Members
Overload List