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



Teradata.Client.Provider Namespace > TdDecimal Structure > Implicit Type Conversion Operator : Implicit Type Conversion(TdDecimal,Decimal) Operator
A System.Decimal
Converts a System.Decimal to a TdDecimal
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal input As Decimal _
) As TdDecimal
'Usage
 
public TdDecimal operator implicit( 
   decimal input
)
public:
operator TdDecimal ( 
   decimal input
)

Parameters

input
A System.Decimal

Return Value

A TdDecimal
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.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