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
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdDecimal Structure
TdDecimal Members
Overload List